Skip to content

Commit

Permalink
Merge pull request SELinuxProject#744 from quic-kmeng/main
Browse files Browse the repository at this point in the history
filesystem:Add type contexts and interface for functionfs
  • Loading branch information
pebenito authored Jan 4, 2024
2 parents e7cdbe3 + 76951aa commit d4555fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policy/modules/kernel/devices.te
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ files_mountpoint(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)
genfscon functionfs / gen_context(system_u:object_r:usbfs_t,s0)

#
# usb_device_t is the type for /dev/bus/usb/[0-9]+/[0-9]+
Expand Down

0 comments on commit d4555fd

Please sign in to comment.