mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Mount: Add wxallowed mount option to mount documentation
This commit is contained in:
parent
a4d96c159c
commit
8a523568cb
Notes:
sideshowbarker
2024-07-17 16:56:42 +09:00
Author: https://github.com/jakewestrip
Commit: 8a523568cb
Pull-request: https://github.com/SerenityOS/serenity/pull/12961
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ The following `flags` are supported:
|
|||
* `MS_BIND`: Perform a bind-mount (see below).
|
||||
* `MS_RDONLY`: Mount the filesystem read-only.
|
||||
* `MS_REMOUNT`: Remount an already mounted filesystem (see below).
|
||||
* `MS_WXALLOWED`: Allow W^X protection circumvention for executables on this file system.
|
||||
|
||||
These flags can be used as a security measure to limit the possible abuses of the newly
|
||||
mounted file system.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue