diff --git a/sepolicy/private/hal_usb.te b/sepolicy/private/hal_usb.te new file mode 100644 index 0000000..91e851a --- /dev/null +++ b/sepolicy/private/hal_usb.te @@ -0,0 +1,2 @@ +# Allow hal_usb to read and write to sysfs_oem +allow hal_usb sysfs_oem:file rw_file_perms;