filesystem, devices: move gadgetfs to usbfs_t
It is a USB Gadget config pseudo-FS, not a network nor distributed FS Signed-off-by: Dmitry Sharshakov <d3dx12.xx@gmail.com>
This commit is contained in:
parent
1b11d94cd7
commit
a6cf207363
|
@ -361,6 +361,7 @@ fs_pseudo_type(usbfs_t)
|
||||||
genfscon usbfs / gen_context(system_u:object_r:usbfs_t,s0)
|
genfscon usbfs / gen_context(system_u:object_r:usbfs_t,s0)
|
||||||
genfscon usbdevfs / gen_context(system_u:object_r:usbfs_t,s0)
|
genfscon usbdevfs / gen_context(system_u:object_r:usbfs_t,s0)
|
||||||
genfscon functionfs / gen_context(system_u:object_r:usbfs_t,s0)
|
genfscon functionfs / gen_context(system_u:object_r:usbfs_t,s0)
|
||||||
|
genfscon gadgetfs / gen_context(system_u:object_r:usbfs_t,s0)
|
||||||
|
|
||||||
#
|
#
|
||||||
# usb_device_t is the type for /dev/bus/usb/[0-9]+/[0-9]+
|
# usb_device_t is the type for /dev/bus/usb/[0-9]+/[0-9]+
|
||||||
|
|
|
@ -336,7 +336,6 @@ genfscon lustre / gen_context(system_u:object_r:nfs_t,s0)
|
||||||
genfscon ncpfs / gen_context(system_u:object_r:nfs_t,s0)
|
genfscon ncpfs / gen_context(system_u:object_r:nfs_t,s0)
|
||||||
genfscon reiserfs / gen_context(system_u:object_r:nfs_t,s0)
|
genfscon reiserfs / gen_context(system_u:object_r:nfs_t,s0)
|
||||||
genfscon panfs / gen_context(system_u:object_r:nfs_t,s0)
|
genfscon panfs / gen_context(system_u:object_r:nfs_t,s0)
|
||||||
genfscon gadgetfs / gen_context(system_u:object_r:nfs_t,s0)
|
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue