Files
device_xiaomi_sm6150-common/sepolicy/vendor/init.te

9 lines
282 B
Plaintext
Raw Normal View History

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 };
# input_suspend label
allow init sysfs_battery_supply:file rw_file_perms;