mirror of
https://github.com/rancher/os.git
synced 2025-09-14 14:11:18 +00:00
Looks like /sys/fs/selinux should be mounted ro
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -38,7 +38,7 @@ var (
|
|||||||
{"none", "/sys/fs/cgroup", "tmpfs", ""},
|
{"none", "/sys/fs/cgroup", "tmpfs", ""},
|
||||||
}
|
}
|
||||||
optionalMounts = [][]string{
|
optionalMounts = [][]string{
|
||||||
{"none", "/sys/fs/selinux", "selinuxfs", ""},
|
{"none", "/sys/fs/selinux", "selinuxfs", "ro"},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user