summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--selinux/file.te1
-rwxr-xr-xselinux/system.te1
2 files changed, 0 insertions, 2 deletions
diff --git a/selinux/file.te b/selinux/file.te
index 3f045f6..185b1c2 100644
--- a/selinux/file.te
+++ b/selinux/file.te
@@ -4,7 +4,6 @@ type firmware_mfc, file_type;
type firmware_camera, file_type;
type qmuxd_socket, file_type;
-type camera_data_file, file_type, data_file_type;
type kickstart_data_file, file_type, data_file_type;
type sensors_data_file, file_type, data_file_type;
type volume_data_file, file_type, data_file_type;
diff --git a/selinux/system.te b/selinux/system.te
index bfc12a6..bc8212b 100755
--- a/selinux/system.te
+++ b/selinux/system.te
@@ -2,7 +2,6 @@
qmux_socket(system)
allow system diagnostic_device:chr_file rw_file_perms;
-#allow system uinput_device:chr_file { read ioctl write open };
allow system sensors_device:chr_file { read open };
allow system sensors_data_file:file r_file_perms;
allow system wpa_socket:unix_dgram_socket sendto;