mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:37:35 +00:00
Kernel: Implement an axallowed
mount option
Similar to `W^X` and `wxallowed`, this allows for anonymous executable mappings.
This commit is contained in:
parent
6187cf72cc
commit
5efa8e507b
5 changed files with 8 additions and 1 deletions
|
@ -28,6 +28,7 @@ extern "C" {
|
|||
#define MS_RDONLY (1 << 4)
|
||||
#define MS_REMOUNT (1 << 5)
|
||||
#define MS_WXALLOWED (1 << 6)
|
||||
#define MS_AXALLOWED (1 << 7)
|
||||
|
||||
enum {
|
||||
_SC_MONOTONIC_CLOCK,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue