To prevent glibc bug exploitation, make setuid-wrappers unreadable to non-root users
svn path=/nixos/trunk/; revision=24378
This commit is contained in:
parent
baaf7bd6e3
commit
f6bc3d61cf
@ -92,7 +92,7 @@ in
|
|||||||
, group ? "nogroup"
|
, group ? "nogroup"
|
||||||
, setuid ? false
|
, setuid ? false
|
||||||
, setgid ? false
|
, setgid ? false
|
||||||
, permissions ? "u+rx,g+rx,o+rx"
|
, permissions ? "u+rx,g+x,o+x"
|
||||||
}:
|
}:
|
||||||
|
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user