11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
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 };
|
|
|
|
# Allow init to wrtie to sysfs_battery_supply
|
|
allow init sysfs_battery_supply:file { setattr };
|
|
|