Remove access to sock_file for hal_nfc

Test: manual
Bug: 37640900
Change-Id: I6987d60c1eb1578134b51f4e7417700fd462ba4d
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
diff --git a/public/hal_nfc.te b/public/hal_nfc.te
index d289ef7..b4ad160 100644
--- a/public/hal_nfc.te
+++ b/public/hal_nfc.te
@@ -10,4 +10,4 @@
 
 # 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;