diff --git a/sepolicy/vendor/init.te b/sepolicy/vendor/init.te new file mode 100644 index 0000000..03b709e --- /dev/null +++ b/sepolicy/vendor/init.te @@ -0,0 +1,6 @@ +allow init vendor_data_file:file lock; +allow init hal_audio_default:binder call; +allow init platform_app:binder call; + +allow init per_boot_file:file ioctl; +allowxperm init per_boot_file:file ioctl { F2FS_IOC_SET_PIN_FILE };