From 747c0bcfa561d2ca60f1a080a9c19107889da4f0 Mon Sep 17 00:00:00 2001 From: bengris32 Date: Mon, 15 Aug 2022 13:12:34 +0100 Subject: [PATCH] sepolicy: basic: non_plat: Add SEPolicy rules for NFC HAL Signed-off-by: bengris32 Change-Id: I9f10189eaedf02eb4ed8c0eaf354a65857de9bc8 --- basic/non_plat/hal_nfc_default.te | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 basic/non_plat/hal_nfc_default.te diff --git a/basic/non_plat/hal_nfc_default.te b/basic/non_plat/hal_nfc_default.te new file mode 100644 index 0000000..393bd98 --- /dev/null +++ b/basic/non_plat/hal_nfc_default.te @@ -0,0 +1,4 @@ +typeattribute hal_nfc_default data_between_core_and_vendor_violators; + +allow hal_nfc_default nfc_data_file:dir rw_dir_perms; +allow hal_nfc_default nfc_data_file:file rw_file_perms;