android_device_samsung_a20/universal7885-common/sepolicy/vendor/init.te
2024-02-18 22:53:19 +09:00

9 lines
342 B
Text

allow init proc_swappiness:file w_file_perms;
allow init sysfs_battery_writable:file setattr;
allow init { sec_efs_file efs_file }:dir mounton;
allow init sysfs_mmc:file w_file_perms;
allow init socket_device:sock_file create_file_perms;
# dirty_background_bytes, dirty_bytes
# Better than sperately labeling it?
allow init proc:file write;