cscg ist super

This commit is contained in:
2026-04-10 03:31:12 +02:00
parent 7a9dfeda60
commit db0324c43d
99 changed files with 92358 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
index 740dac1012ae..b974b868278a 100644
--- a/fs/binfmt_misc.c
+++ b/fs/binfmt_misc.c
@@ -934,6 +934,7 @@ static struct file_system_type bm_fs_type = {
.name = "binfmt_misc",
.init_fs_context = bm_init_fs_context,
.kill_sb = kill_litter_super,
+ .fs_flags = FS_USERNS_MOUNT,
};
MODULE_ALIAS_FS("binfmt_misc");