README.linux sync
- forgot to apply this change before making the 3.4.0 binary (it was actually built using these settings). It's safer for the game itself to be non-group writable so that someone on a public server can't exploit a bounds checking or similar error to infect the executable itself with a trojan horse.
This commit is contained in:
@@ -57,9 +57,9 @@ Steps used to build this binary release
|
||||
System: egcs-1.1.2, XFree86-3.3.6, ncurses-5.0, glibc-2.1.3
|
||||
|
||||
0. Makefile.top: GAMEGRP = games
|
||||
GAMEPERM = 02775
|
||||
GAMEPERM = 02755
|
||||
FILEPERM = 0664
|
||||
EXEPERM = 0775
|
||||
EXEPERM = 0755
|
||||
DIRPERM = 0775
|
||||
VARDATND = x11tiles pet_mark.xbm rip.xpm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user