summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2017-12-01 06:41:26 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-12-01 06:41:26 +0000
commit70a97fdbcd69c33f7944b9eaba0a75cab725b038 (patch)
tree9dd82645461dd2ae40170ebe2986935d6adc60ea
parent5dcfcc2500a8a29c24f0f6c74a88ed00911ec5a7 (diff)
parente7b1e8b602d11eaa9b8175846e22d74d2c499af9 (diff)
downloadfugu-70a97fdbcd69c33f7944b9eaba0a75cab725b038.tar.gz
Merge "wifi_supplicant: deprecate entropy.bin"
am: e7b1e8b602 Change-Id: I3c41e27f714bb460d5bbe60f1ef4a50265f45c39
-rw-r--r--init.fugu.rc1
-rw-r--r--sepolicy/hostapd.te1
2 files changed, 0 insertions, 2 deletions
diff --git a/init.fugu.rc b/init.fugu.rc
index c41f1c0..eb7bd49 100644
--- a/init.fugu.rc
+++ b/init.fugu.rc
@@ -190,7 +190,6 @@ service wpa_supplicant /system/vendor/bin/hw/wpa_supplicant \
-m/data/misc/wifi/p2p_supplicant.conf \
-puse_p2p_group_interface=1p2p_device=1use_multi_chan_concurrent=1 \
-O/data/misc/wifi/sockets \
- -e/data/misc/wifi/entropy.bin \
-g@android:wpa_wlan0
class main
socket wpa_wlan0 dgram 660 wifi wifi
diff --git a/sepolicy/hostapd.te b/sepolicy/hostapd.te
index 15064a0..fdf6f51 100644
--- a/sepolicy/hostapd.te
+++ b/sepolicy/hostapd.te
@@ -1,5 +1,4 @@
# hostapd can read and write WiFi related data and configuration.
-# For example, the entropy file is periodically updated.
allow hostapd wifi_data_file:file rw_file_perms;
r_dir_file(hostapd, wifi_data_file)