From 8a523568cb5bd799bebf940178d501c2df493653 Mon Sep 17 00:00:00 2001 From: int16 Date: Wed, 9 Mar 2022 22:36:43 +1100 Subject: [PATCH] Mount: Add wxallowed mount option to mount documentation --- Base/usr/share/man/man2/mount.md | 1 + 1 file changed, 1 insertion(+) 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.