mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Disallow o+rwx for /var/games/hackdir hierarchy, it helps to make hack
non-setuid back
This commit is contained in:
parent
b0db572e2d
commit
f4174904a8
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: BSD.var.dist,v 1.32 1997/09/01 00:34:09 eivind Exp $
|
||||
# $Id: BSD.var.dist,v 1.33 1997/09/24 08:14:51 ache Exp $
|
||||
#
|
||||
|
||||
/set type=dir uname=bin gname=bin mode=0755
|
||||
|
|
@ -25,8 +25,8 @@
|
|||
..
|
||||
/set type=dir uname=root gname=bin mode=0755
|
||||
games gname=games mode=0775
|
||||
hackdir gname=games mode=0775
|
||||
save gname=games mode=0775
|
||||
hackdir gname=games mode=0770
|
||||
save gname=games mode=0770
|
||||
..
|
||||
..
|
||||
larn gname=games mode=0775
|
||||
|
|
|
|||
Loading…
Reference in a new issue