1
Fork 0
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:
int16 2022-03-09 22:36:43 +11:00 committed by Andreas Kling
parent a4d96c159c
commit 8a523568cb

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.