diff --git a/sepolicy/vendor/init.te b/sepolicy/vendor/init.te index 870c379..c4bbfec 100644 --- a/sepolicy/vendor/init.te +++ b/sepolicy/vendor/init.te @@ -1,2 +1,5 @@ dontaudit init bt_firmware_file:filesystem getattr; dontaudit init firmware_file:filesystem getattr; + +allow init per_boot_file:file ioctl; +allowxperm init per_boot_file:file ioctl { F2FS_IOC_SET_PIN_FILE };