mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Use SUIDGAME hook now
This commit is contained in:
parent
473546c2be
commit
fd2fc75769
1 changed files with 2 additions and 4 deletions
|
|
@ -22,11 +22,9 @@ CLEANFILES+= hack.onames.h makedefs
|
|||
|
||||
#
|
||||
# Need to be suid for created savefiles and bones, they must not be
|
||||
# altered by user
|
||||
# altered by user and can't be pre-created
|
||||
#
|
||||
BINOWN= games
|
||||
BINMODE= 4550
|
||||
INSTALLFLAGS+= -fschg
|
||||
SUIDGAME=suidgame
|
||||
|
||||
.depend: hack.onames.h
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue