msm8953-common: Import sepolicy from sdm660 tree

This commit is contained in:
jeangraff30
2020-11-15 10:51:35 +01:00
parent 464b0ce482
commit 7535f9d5ae
53 changed files with 600 additions and 12 deletions

6
sepolicy/vendor/init_wifi.te vendored Normal file
View File

@@ -0,0 +1,6 @@
type init_wifi, domain;
type init_wifi_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(init_wifi)
allow init_wifi sysfs:file { open write };
allow init_wifi vendor_toolbox_exec:file execute_no_trans;