davinci: sepolicy: Give NFC full access to NFC data files

Change-Id: I7a1dfea2e99a875eed5bc501db2175cb4955b90c
This commit is contained in:
Demon000 2020-04-14 20:29:18 +02:00 committed by Arian
parent 279eba00ff
commit 11e6180f9b
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

2
sepolicy/vendor/hal_nfc_default.te vendored Normal file
View File

@ -0,0 +1,2 @@
allow hal_nfc_default nfc_vendor_data_file:dir create_dir_perms;
allow hal_nfc_default nfc_vendor_data_file:file create_file_perms;