mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
13 lines
346 B
Diff
13 lines
346 B
Diff
|
diff --git a/fs/aio.c b/fs/aio.c
|
||
|
index d991255..3eec984 100644
|
||
|
--- a/fs/aio.c
|
||
|
+++ b/fs/aio.c
|
||
|
@@ -229,6 +229,7 @@
|
||
|
aio_mnt = kern_mount(&aio_fs);
|
||
|
if (IS_ERR(aio_mnt))
|
||
|
panic("Failed to create aio fs mount.");
|
||
|
+ aio_mnt->mnt_flags |= MNT_NOEXEC;
|
||
|
|
||
|
if (bdi_init(&aio_fs_backing_dev_info))
|
||
|
panic("Failed to init aio fs backing dev info.");
|