devices: make usbfs pseudofs instead of noxattrfs
Signed-off-by: Kenton Groombridge <me@concord.sh>
This commit is contained in:
parent
fe122d7ff8
commit
46346a1e5d
|
@ -306,7 +306,7 @@ dev_node(urandom_device_t)
|
|||
#
|
||||
type usbfs_t;
|
||||
files_mountpoint(usbfs_t)
|
||||
fs_noxattr_type(usbfs_t)
|
||||
fs_pseudo_type(usbfs_t)
|
||||
genfscon usbfs / gen_context(system_u:object_r:usbfs_t,s0)
|
||||
genfscon usbdevfs / gen_context(system_u:object_r:usbfs_t,s0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue