Update sepolicy for nfc antenna selftest values
Allow persist.vendor.nfc.antenna. to be vendor public values for the NFC companion app to access avc: denied { read } for name="u:object_r:vendor_nfc_antenna_prop:s0" dev="tmpfs" ino=414 scontext=u:r:untrusted_app:s0:c79,c257,c512,c768 tcontext=u:object_r:vendor_nfc_antenna_prop:s0 tclass=file permissive=0 app=com.google.android.apps.internal.nfcassistancetool Bug: 361050657 Test: m selinux_policy Flag: NONE add permission Change-Id: I0e7c3580e4df332fa3d14c939eb5e588f7600601
This commit is contained in:
parent
e584e43da5
commit
4599e2be44
3 changed files with 8 additions and 1 deletions
4
legacy/zuma/vendor/hal_nfc_default.te
vendored
4
legacy/zuma/vendor/hal_nfc_default.te
vendored
|
@ -1,5 +1,7 @@
|
|||
# HAL NFC property
|
||||
get_prop(hal_nfc_default, vendor_nfc_prop)
|
||||
set_prop(hal_nfc_default, vendor_nfc_prop)
|
||||
set_prop(hal_nfc_default, vendor_nfc_antenna_prop)
|
||||
get_prop(untrusted_app, vendor_nfc_antenna_prop)
|
||||
|
||||
# SecureElement property
|
||||
set_prop(hal_nfc_default, vendor_secure_element_prop)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue