diff options
author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2014-04-10 17:55:09 +0100 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2014-04-10 17:55:09 +0100 |
commit | dc8d35202d1fcf35755d1051b0335b13aca81825 (patch) | |
tree | a26cf628b3e7d974edd58ec963838432271ea41f /selinux | |
parent | 5e43572de01fc08b63dab5adec626c1ac7a5ab2b (diff) | |
download | device_samsung_i9300-dc8d35202d1fcf35755d1051b0335b13aca81825.zip device_samsung_i9300-dc8d35202d1fcf35755d1051b0335b13aca81825.tar.gz device_samsung_i9300-dc8d35202d1fcf35755d1051b0335b13aca81825.tar.bz2 |
SELinux: Remove duplicate rules
These are now declared in the global sepolicy
Change-Id: I2861d939a43e0f7b736534006b83505fe52fbd35
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/file.te | 1 | ||||
-rwxr-xr-x | selinux/wpa_supplicant.te | 1 |
2 files changed, 0 insertions, 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 |