filesystem: associate tmpfs_t (shm) to device_t (devtmpfs) file systems
Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
This commit is contained in:
parent
7174140178
commit
e3072cb7bf
|
@ -177,6 +177,7 @@ genfscon vxfs / gen_context(system_u:object_r:vxfs_t,s0)
|
|||
# tmpfs_t is the type for tmpfs filesystems
|
||||
#
|
||||
type tmpfs_t;
|
||||
dev_associate(tmpfs_t)
|
||||
fs_type(tmpfs_t)
|
||||
files_type(tmpfs_t)
|
||||
files_mountpoint(tmpfs_t)
|
||||
|
|
Loading…
Reference in New Issue