diff --git a/public/hal_nfc.te b/public/hal_nfc.te index d289ef7f716446117dd19660b45c34f8f48bdf70..b4ad160ce53685204e923911d7ae0c0a386737c3 100644 --- a/public/hal_nfc.te +++ b/public/hal_nfc.te @@ -10,4 +10,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;