summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2017-12-01 06:41:49 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-12-01 06:41:49 +0000
commit1f7f53d4b906f7ea471d0c57af24d7caf1e6dc58 (patch)
tree31dd4668097e82f89373f2cf923665698329ca2a
parent9f45a634ea66f8f19d6217dcf0bade99b4d30fa5 (diff)
parent87b71ee7eae035285b1fd25e037d16af9cac1f9d (diff)
downloadangler-1f7f53d4b906f7ea471d0c57af24d7caf1e6dc58.tar.gz
Merge "wifi_supplicant: deprecate entropy.bin"
am: 87b71ee7ea Change-Id: Ibb721c92bbaec2ef79b7d2318a0aaf65c4b6f100
-rwxr-xr-xinit.angler.rc2
-rw-r--r--sepolicy/hostapd.te1
2 files changed, 1 insertions, 2 deletions
diff --git a/init.angler.rc b/init.angler.rc
index de6a38f..edb39f4 100755
--- a/init.angler.rc
+++ b/init.angler.rc
@@ -415,7 +415,7 @@ service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
-O/data/misc/wifi/sockets \
-m/data/misc/wifi/p2p_supplicant.conf \
-puse_p2p_group_interface=1p2p_device=1 \
- -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
+ -g@android:wpa_wlan0
class main
socket wpa_wlan0 dgram 660 wifi wifi
disabled
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)