summaryrefslogtreecommitdiffstats
path: root/selinux/wpa_supplicant.te
diff options
context:
space:
mode:
authorMarcKe <herderkewitz@googlemail.com>2015-03-15 09:44:25 +0100
committerforkbomb <keepcalm444@gmail.com>2015-11-21 13:49:06 +1100
commit70b829c1cc578881ab6ba013034cd42345ddf49a (patch)
treea6f6e50d7b58468c6da27b264cdf48d1d8f81397 /selinux/wpa_supplicant.te
parent2ea306f220277d73beb0d7b01a5925b7e8b244ff (diff)
downloaddevice_samsung_i9300-70b829c1cc578881ab6ba013034cd42345ddf49a.zip
device_samsung_i9300-70b829c1cc578881ab6ba013034cd42345ddf49a.tar.gz
device_samsung_i9300-70b829c1cc578881ab6ba013034cd42345ddf49a.tar.bz2
i9300: squash selinux updates for CM 12.x
i9300: selinux updates for cm12 Change-Id: I724a1acb4724ae34e60881da4708f7fbc98080ad i9300: Selinux updates Change-Id: I4e31d24c2eefcfdffa49cf1ee7468498200bb83c
Diffstat (limited to 'selinux/wpa_supplicant.te')
-rw-r--r--[-rwxr-xr-x]selinux/wpa_supplicant.te3
1 files changed, 2 insertions, 1 deletions
diff --git a/selinux/wpa_supplicant.te b/selinux/wpa_supplicant.te
index bbe679b..6e221e3 100755..100644
--- a/selinux/wpa_supplicant.te
+++ b/selinux/wpa_supplicant.te
@@ -4,6 +4,7 @@ allow wpa init:unix_dgram_socket { read write };
allow wpa devpts:chr_file { read write };
allow wpa wpa_socket:unix_dgram_socket { read write };
-allow wpa_socket system:unix_dgram_socket sendto;
+allow wpa_socket system_app:unix_dgram_socket sendto;
allow wpa_socket wifi_data_file:sock_file unlink;
+allow wpa rfkill_device:chr_file rw_file_perms;