mirror of
https://github.com/rancher/os.git
synced 2025-09-13 13:39:53 +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", ""},
|
||||
}
|
||||
optionalMounts = [][]string{
|
||||
{"none", "/sys/fs/selinux", "selinuxfs", ""},
|
||||
{"none", "/sys/fs/selinux", "selinuxfs", "ro"},
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user