filesystem: pathcon for matching tracefs mount
Prevent restorecon from trying to relabel /sys/fs/tracing . Signed-off-by: bauen1 <j2468h@gmail.com>
This commit is contained in:
parent
c9354399f9
commit
ee323d3b9a
|
@ -20,6 +20,8 @@
|
||||||
/sys/fs/pstore -d gen_context(system_u:object_r:pstore_t,s0)
|
/sys/fs/pstore -d gen_context(system_u:object_r:pstore_t,s0)
|
||||||
/sys/fs/pstore/.* <<none>>
|
/sys/fs/pstore/.* <<none>>
|
||||||
|
|
||||||
|
/sys/kernel/tracing(/.*)? <<none>>
|
||||||
|
|
||||||
ifdef(`distro_debian',`
|
ifdef(`distro_debian',`
|
||||||
/run/shm -d gen_context(system_u:object_r:tmpfs_t,s0)
|
/run/shm -d gen_context(system_u:object_r:tmpfs_t,s0)
|
||||||
/run/shm/.* <<none>>
|
/run/shm/.* <<none>>
|
||||||
|
|
Loading…
Reference in New Issue