This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2023-01-17 15:14:11 +00:00

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 };