From 6df37ecfba588b61bf873ffe933034fb6da5368c Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Wed, 15 May 2019 23:15:09 +0200 Subject: msm8996-common: Remove wcg_mac_tool * Turns out we don't actually need to use this as /proc/mac_wifi and mac_bt can turn into normal mac address values just with hex dumping * Remove bt_mac_prop as we can just set the mac path in vendor_prop.mk Change-Id: I23665cdd5d39d5e090694cff5a63f55ecb9ea334 --- sepolicy/wcg_mac.te | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 sepolicy/wcg_mac.te (limited to 'sepolicy/wcg_mac.te') diff --git a/sepolicy/wcg_mac.te b/sepolicy/wcg_mac.te deleted file mode 100644 index 2e8ec94..0000000 --- a/sepolicy/wcg_mac.te +++ /dev/null @@ -1,10 +0,0 @@ -type wcg_mac, domain; -type wcg_mac_exec, exec_type, vendor_file_type, file_type; - -# Allow for transition from init domain to wcg_mac -init_daemon_domain(wcg_mac) - -# Allow wcg_mac to set sys.wifimac -set_prop(wcg_mac, wcg_prop) - -allow wcg_mac proc:file { open read }; -- cgit v1.2.3