mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
Base: Make /usr/Tests read-only since it's now suid capable
Commit cf0dbc906
recently added the ability for setuid binaries to be
located in /usr/Tests. This should really now be read only to mitigate
the potential misuse of any of the setuid binaries.
This commit is contained in:
parent
9c9aaf4d4f
commit
3e592f5959
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@
|
|||
/root /root bind bind,nodev,nosuid
|
||||
/var /var bind bind,nodev,nosuid
|
||||
/www /www bind bind,nodev,nosuid
|
||||
/usr/Tests /usr/Tests bind bind,nodev
|
||||
/usr/Tests /usr/Tests bind bind,nodev,ro
|
||||
|
||||
none /tmp tmp nodev,nosuid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue