mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +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
Notes:
sideshowbarker
2024-07-18 01:57:03 +09:00
Author: https://github.com/bgianfo
Commit: 3e592f5959
Pull-request: https://github.com/SerenityOS/serenity/pull/10616
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