sepolicy: qti: Label init.oplus.wifi.sh

As seen on SM8150.

Change-Id: I5908f54d76ddb7a8abc82dfd80311b0eca02fc50
This commit is contained in:
LuK1337
2022-10-22 10:38:23 +02:00
parent 2f78330e8b
commit cb0fb344ee
2 changed files with 5 additions and 1 deletions

View File

@@ -27,7 +27,8 @@
/dev/goodix_fp u:object_r:fingerprint_device:s0
# Init
/(odm|vendor/odm)/bin/init\.oplus\.sh u:object_r:vendor_qti_init_shell_exec:s0
/(odm|vendor/odm)/bin/init\.oplus\.sh u:object_r:vendor_qti_init_shell_exec:s0
/(odm|vendor/odm)/bin/init\.oplus\.wifi\.sh u:object_r:vendor_qti_init_shell_exec:s0
# Logo
/dev/block/platform/soc/1d84000\.ufshc/by-name/logo_[ab] u:object_r:vendor_custom_ab_block_device:s0

View File

@@ -1 +1,4 @@
allow vendor_qti_init_shell proc_cmdline:file r_file_perms;
create_dir_file(vendor_qti_init_shell, mnt_vendor_file)
create_dir_file(vendor_qti_init_shell, vendor_persist_wcnss_service_file)