filesystem: label cgroup symlinks
/sys/fs/cgroup is a tmpfs which contains cgroup mounts and symlinks such as cpu and cpuacct. Running restorecon makes this warning happen: restorecon: Warning no default label for /sys/fs/cgroup/cpu Declare a file context for every symlink in the cgroup tmpfs montpoint to no longer have such warning.
This commit is contained in:
parent
a102fccdba
commit
65551111ed
|
@ -13,6 +13,7 @@
|
|||
|
||||
/sys/fs/cgroup -d gen_context(system_u:object_r:cgroup_t,s0)
|
||||
/sys/fs/cgroup/.* <<none>>
|
||||
/sys/fs/cgroup/[^/]+ -l gen_context(system_u:object_r:cgroup_t,s0)
|
||||
|
||||
/sys/fs/pstore -d gen_context(system_u:object_r:pstore_t,s0)
|
||||
/sys/fs/pstore/.* <<none>>
|
||||
|
|
Loading…
Reference in New Issue