mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:17:46 +00:00
Mount: Add wxallowed mount option to mount documentation
This commit is contained in:
parent
a4d96c159c
commit
8a523568cb
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