PL2: Allow hal_nfc_default to search nfc_vendor_data_file

[   77.883303] type=1400 audit(1602012223.756:15): avc: denied { search } for comm="nfc@1.2-service" name="nfc" dev="mmcblk0p85" ino=778309 scontext=u:r:hal_nfc_default:s0 tcontext=u:object_r:nfc_vendor_data_file:s0 tclass=dir permissive=0

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Change-Id: Icf414bd7c34fe9b318d684dac2b167717e53aad3
This commit is contained in:
Aayush Gupta
2020-10-08 08:35:30 +00:00
parent e70827a1ea
commit 3213c655a5

View File

@@ -1 +1,3 @@
allow hal_nfc_default sec_device:chr_file rw_file_perms;
allow hal_nfc_default nfc_vendor_data_file:dir { search };