mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03: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: https://github.com/SerenityOS/serenity/commit/3e592f5959f Pull-request: https://github.com/SerenityOS/serenity/pull/10616
@ -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…
Reference in New Issue
Block a user