Kernel: Define MS_WXALLOWED mount option

This commit is contained in:
int16 2022-03-09 22:35:40 +11:00 committed by Andreas Kling
parent 5bb5967259
commit 4307c4480e
Notes: sideshowbarker 2024-07-17 16:56:51 +09:00

View File

@ -27,6 +27,7 @@ extern "C" {
#define MS_BIND (1 << 3)
#define MS_RDONLY (1 << 4)
#define MS_REMOUNT (1 << 5)
#define MS_WXALLOWED (1 << 6)
enum {
_SC_MONOTONIC_CLOCK,