diff options
author | Rashed Abdel-Tawab <rashed@linux.com> | 2018-08-17 12:30:19 -0700 |
---|---|---|
committer | Oskar Kratochvil <oskarkratochvil86@yahoo.com> | 2018-08-18 15:41:02 +0200 |
commit | ac81139c2811a30219ebbf27d4788b7fd4b462c5 (patch) | |
tree | 58c88f4cd54851a0a5444de48f5ce5353dc494f5 /legacy-common | |
parent | 004044cb82021ee84a24ca2244f2e460ca3d2b92 (diff) | |
download | android_device_qcom_sepolicy-legacy-ac81139c2811a30219ebbf27d4788b7fd4b462c5.tar.gz android_device_qcom_sepolicy-legacy-ac81139c2811a30219ebbf27d4788b7fd4b462c5.tar.bz2 android_device_qcom_sepolicy-legacy-ac81139c2811a30219ebbf27d4788b7fd4b462c5.zip |
sepol: hostapd is now hal_wifi_hostapd
Change-Id: I91648b2b07340b9a061c04246f68d8dbdef0e008
Diffstat (limited to 'legacy-common')
-rw-r--r-- | legacy-common/netd.te | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/legacy-common/netd.te b/legacy-common/netd.te index c550eed..82ad28c 100644 --- a/legacy-common/netd.te +++ b/legacy-common/netd.te @@ -1,4 +1,3 @@ unix_socket_connect(netd, cnd, cnd) allow netd wfdservice:tcp_socket rw_socket_perms; -allow netd hostapd:unix_dgram_socket sendto; allow netd wpa_socket:sock_file create_file_perms; |