diff options
author | int16 <jakewestrip@live.com> | 2022-03-09 22:36:43 +1100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-22 12:20:19 +0100 |
commit | 8a523568cb5bd799bebf940178d501c2df493653 (patch) | |
tree | e48fa2cfea2dafcffcda93e12c477c53c896704d /Base/usr/share | |
parent | a4d96c159cef1e3fa014f89c20ed68265fa0d7ea (diff) | |
download | serenity-8a523568cb5bd799bebf940178d501c2df493653.zip |
Mount: Add wxallowed mount option to mount documentation
Diffstat (limited to 'Base/usr/share')
-rw-r--r-- | Base/usr/share/man/man2/mount.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/usr/share/man/man2/mount.md b/Base/usr/share/man/man2/mount.md index 5f7b6db461..9953b2dbb4 100644 --- a/Base/usr/share/man/man2/mount.md +++ b/Base/usr/share/man/man2/mount.md @@ -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. |