sm8150-common: sepolicy: Address more nfc related denials
Change-Id: Id5346567991bfafff8c38b15f8f4f91f59b51fc6
This commit is contained in:
parent
976b64216c
commit
a04fbd293f
|
@ -1,3 +1,10 @@
|
|||
# Allow hal_nfc_default to find hal_secure_element_hwservice
|
||||
allow hal_nfc_default hal_secure_element_hwservice:hwservice_manager find;
|
||||
|
||||
# Allow hal_nfc_default to read and write to proc_touchpanel
|
||||
allow hal_nfc_default proc_touchpanel:dir search;
|
||||
allow hal_nfc_default proc_touchpanel:file rw_file_perms;
|
||||
|
||||
# Allow hal_nfc_default to read, write and create files in nfc_vendor_data_file
|
||||
allow hal_nfc_default nfc_vendor_data_file:dir search;
|
||||
allow hal_nfc_default nfc_vendor_data_file:file create_file_perms;
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
# Allow nfc to find hal_wiredse_hwservice
|
||||
allow nfc hal_wiredse_hwservice:hwservice_manager find;
|
Loading…
Reference in New Issue