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:
Dominick Grift 2013-09-24 15:39:21 +02:00 committed by Chris PeBenito
parent 7174140178
commit e3072cb7bf
1 changed files with 1 additions and 0 deletions

View File

@ -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)