android_device_samsung_msm8.../sepolicy/common/init.te

10 lines
421 B
Plaintext
Raw Normal View History

2022-11-28 20:13:07 +01:00
binder_call(init, servicemanager)
binder_call(init, system_server)
allow init init:capability2 { block_suspend };
allow init efs_file:dir mounton;
2022-11-28 20:13:07 +01:00
allow init hal_health_service:service_manager { add };
allow init proc_last_kmsg:file { r_file_perms setattr };
2022-11-28 20:13:07 +01:00
allow init init:netlink_kobject_uevent_socket { create setopt getopt bind read };
allow init sysfs:file w_file_perms;
allow init sysfs_batteryinfo:file { open };