diff --git a/basic/non_plat/hal_nfc_default.te b/basic/non_plat/hal_nfc_default.te index 393bd98..0799c7d 100644 --- a/basic/non_plat/hal_nfc_default.te +++ b/basic/non_plat/hal_nfc_default.te @@ -1,4 +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; +allow hal_nfc_default nfc_data_file:file { create_file_perms rw_file_perms };