mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +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_BIND`: Perform a bind-mount (see below).
|
||||||
* `MS_RDONLY`: Mount the filesystem read-only.
|
* `MS_RDONLY`: Mount the filesystem read-only.
|
||||||
* `MS_REMOUNT`: Remount an already mounted filesystem (see below).
|
* `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
|
These flags can be used as a security measure to limit the possible abuses of the newly
|
||||||
mounted file system.
|
mounted file system.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue