msm8974-common: sepolicy: macloader updates for new root label

Change-Id: I3526593a73b80c1ec1203734289cb5a2c8faad89
This commit is contained in:
Kevin F. Haggerty 2020-12-22 13:11:45 -07:00
parent 2bea09d812
commit e28494bb9f
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

@ -2,11 +2,11 @@ type macloader, domain;
type macloader_exec, exec_type, file_type;
init_daemon_domain(macloader)
type_transition macloader system_data_file:file wifi_data_file ".cid.info";
type_transition macloader system_data_root_file:file wifi_data_file ".cid.info";
r_dir_file(macloader, wifi_efs_file)
allow macloader efs_file:dir search;
allow macloader sysfs_wifi_writeable:file w_file_perms;
allow macloader system_data_file:dir w_dir_perms;
allow macloader system_data_root_file:dir w_dir_perms;
allow macloader wifi_data_file:file create_file_perms;