aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/fingerprintd.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/fingerprintd.te')
-rw-r--r--sepolicy/fingerprintd.te16
1 files changed, 0 insertions, 16 deletions
diff --git a/sepolicy/fingerprintd.te b/sepolicy/fingerprintd.te
deleted file mode 100644
index 0a693bf..0000000
--- a/sepolicy/fingerprintd.te
+++ /dev/null
@@ -1,16 +0,0 @@
-r_dir_file(fingerprintd, firmware_file)
-r_dir_file(fingerprintd, proc_touchpanel)
-allow fingerprintd fpc_data_file:dir rw_dir_perms;
-allow fingerprintd fpc_data_file:sock_file { create unlink setattr };
-allow fingerprintd fpc_images_file:dir rw_dir_perms;
-allow fingerprintd fpc_images_file:file create_file_perms;
-allow fingerprintd sysfs_fpc_irq:file rw_file_perms;
-allow fingerprintd tee_device:chr_file rw_file_perms;
-allow fingerprintd sysfs:file write;
-allow fingerprintd vfat:file r_file_perms;
-allow fingerprintd system_data_file:dir { read write };
-allow fingerprintd system_data_file:dir { open remove_name };
-allow fingerprintd system_data_file:sock_file unlink;
-allow fingerprintd system_data_file:dir add_name;
-allow fingerprintd system_data_file:sock_file create;
-allow fingerprintd system_data_file:sock_file setattr;