mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
26 lines
1.3 KiB
Text
26 lines
1.3 KiB
Text
allow vendor_init firmware_file:lnk_file { read };
|
|
allow vendor_init kernel:security { check_context };
|
|
allow vendor_init packages_list_file:file { getattr open read };
|
|
allow vendor_init radio_data_file:lnk_file { relabelto unlink };
|
|
allow vendor_init seapp_contexts_file:file { getattr open read };
|
|
allow vendor_init selinuxfs:file { write };
|
|
allow vendor_init sysfs:file { relabelfrom };
|
|
allow vendor_init sysfs:dir { relabelfrom };
|
|
allow vendor_init system_data_file:file { setattr write };
|
|
allow vendor_init system_data_file:lnk_file { create getattr relabelfrom };
|
|
allow vendor_init wifi_data_file:file { getattr setattr write };
|
|
|
|
type_transition vendor_init system_data_file:file wifi_data_file;
|
|
|
|
allow vendor_init packages_list_file:file r_file_perms;
|
|
allow vendor_init proc_security:file rw_file_perms;
|
|
allow vendor_init radio_data_file:lnk_file create_file_perms;
|
|
allow vendor_init seapp_contexts_file:file r_file_perms;
|
|
allow vendor_init wifi_data_file:dir rw_dir_perms;
|
|
allow vendor_init wifi_data_file:file create_file_perms;
|
|
allow vendor_init system_data_file:lnk_file unlink;
|
|
allow vendor_init wcnss_device:chr_file write;
|
|
allow vendor_init wcnss_device:chr_file open;
|
|
allow vendor_init firmware_file:dir create;
|
|
allow vendor_init firmware_file:dir setattr;
|
|
allow vendor_init bluetooth_data_file:file setattr;
|