From dc8d35202d1fcf35755d1051b0335b13aca81825 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Thu, 10 Apr 2014 17:55:09 +0100 Subject: SELinux: Remove duplicate rules These are now declared in the global sepolicy Change-Id: I2861d939a43e0f7b736534006b83505fe52fbd35 --- selinux/file.te | 1 - selinux/wpa_supplicant.te | 1 - 2 files changed, 2 deletions(-) diff --git a/selinux/file.te b/selinux/file.te index 2a01dac..9d1d823 100644 --- a/selinux/file.te +++ b/selinux/file.te @@ -1,5 +1,4 @@ type firmware_mfc, file_type; type firmware_camera, file_type; -type camera_data_file, file_type, data_file_type; type sensors_data_file, file_type, data_file_type; diff --git a/selinux/wpa_supplicant.te b/selinux/wpa_supplicant.te index ab5fb24..bbe679b 100755 --- a/selinux/wpa_supplicant.te +++ b/selinux/wpa_supplicant.te @@ -7,4 +7,3 @@ allow wpa wpa_socket:unix_dgram_socket { read write }; allow wpa_socket system:unix_dgram_socket sendto; allow wpa_socket wifi_data_file:sock_file unlink; -allow wpa rfkill_device:chr_file rw_file_perms; \ No newline at end of file -- cgit v1.1