mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-04-29 02:27:21 +09:00
sm6250-common: 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:
parent
6363a34072
commit
e2afc50e09
2
sepolicy/vendor/hal_nfc_default.te
vendored
2
sepolicy/vendor/hal_nfc_default.te
vendored
@ -1,3 +1,3 @@
|
|||||||
# Data file accesses.
|
# Data file accesses.
|
||||||
allow hal_nfc_default vendor_nfc_vendor_data_file:dir create_dir_perms;
|
allow hal_nfc_default vendor_nfc_vendor_data_file:dir { create_dir_perms search };
|
||||||
allow hal_nfc_default vendor_nfc_vendor_data_file:file create_file_perms;
|
allow hal_nfc_default vendor_nfc_vendor_data_file:file create_file_perms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user