mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Back out all my changes and restore v1.5 because there is no
setuid games now, hack problem fixed differently by hackdir permissions
This commit is contained in:
parent
d998e708c6
commit
b6f40551ae
1 changed files with 1 additions and 7 deletions
|
|
@ -2,14 +2,8 @@
|
|||
|
||||
BINGRP= games
|
||||
.if defined(HIDEGAME)
|
||||
BINDIR= /usr/games/hide
|
||||
.if defined(SUIDGAME)
|
||||
BINOWN= games
|
||||
BINMODE= 4550
|
||||
INSTALLFLAGS+= -fschg
|
||||
.else
|
||||
BINDIR?= /usr/games/hide
|
||||
BINMODE= 550
|
||||
.endif
|
||||
.else
|
||||
BINDIR= /usr/games
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue