sdm660-common: Add sepolicy rule for goodix script
Change-Id: Ic8b7dba6a5660c17f5db1c743e5d22f31ae1b1b3
This commit is contained in:
parent
5bf9fe7f2c
commit
71abd10485
1 changed files with 3 additions and 1 deletions
2
sepolicy/vendor/init_fingerprint.te
vendored
2
sepolicy/vendor/init_fingerprint.te
vendored
|
@ -1,5 +1,6 @@
|
|||
type init_fingerprint, domain;
|
||||
type init_fingerprint_exec, exec_type, vendor_file_type, file_type;
|
||||
typeattribute init_fingerprint data_between_core_and_vendor_violators;
|
||||
|
||||
# Allow for transition from init domain to init_fingerprint
|
||||
init_daemon_domain(init_fingerprint)
|
||||
|
@ -12,3 +13,4 @@ allow init_fingerprint vendor_toolbox_exec:file rx_file_perms;
|
|||
allow init_fingerprint mnt_vendor_file:dir search;
|
||||
allow init_fingerprint persist_drm_file:dir { read search open write remove_name };
|
||||
allow init_fingerprint persist_drm_file:file { getattr unlink };
|
||||
allow init_fingerprint system_data_file:file r_file_perms;
|
||||
|
|
Loading…
Reference in a new issue