Mount: Add wxallowed mount option to mount documentation

This commit is contained in:
int16 2022-03-09 22:36:43 +11:00 committed by Andreas Kling
commit 8a523568cb
Notes: sideshowbarker 2024-07-17 16:56:42 +09:00

View file

@ -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.