diff options
Diffstat (limited to 'Base/usr/share/man')
-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 9953b2dbb4..0dd9c99a41 100644 --- a/Base/usr/share/man/man2/mount.md +++ b/Base/usr/share/man/man2/mount.md @@ -38,6 +38,7 @@ The following `flags` are supported: * `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. +* `MS_AXALLOWED`: Allow anonymous executable mappings 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. |