diff --git a/public/hal_nfc.te b/public/hal_nfc.te
index 349dea6a3863fc13ba982407320d6da279bf7afe..a027c48bebd80f1830d357c807b5cbc88e5b1da9 100644
--- a/public/hal_nfc.te
+++ b/public/hal_nfc.te
@@ -13,4 +13,4 @@ allow hal_nfc nfc_device:chr_file rw_file_perms;
 
 # Data file accesses.
 allow hal_nfc nfc_data_file:dir create_dir_perms;
-allow hal_nfc nfc_data_file:notdevfile_class_set create_file_perms;
+allow hal_nfc nfc_data_file:{ file lnk_file fifo_file } create_file_perms;