summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2017-12-01 06:41:29 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-12-01 06:41:29 +0000
commite8db47d39733ee7608a698fbe7dfcd1bf7a5a0b1 (patch)
treee9c0975f37cb207cc0065d80d25807bb704678a0
parent0ef1d30d02621d0d0b03c2da4a39fa7291b25dcd (diff)
parent25a3861acf9187385d9ece5071ef06ca28f73746 (diff)
downloaddragon-e8db47d39733ee7608a698fbe7dfcd1bf7a5a0b1.tar.gz
wifi_supplicant: deprecate entropy.bin
am: 25a3861acf Change-Id: I8d65322c1558259cca0de1182a85ea2428140ec9
-rw-r--r--init.dragon.rc2
-rw-r--r--sepolicy/hostapd.te1
2 files changed, 1 insertions, 2 deletions
diff --git a/init.dragon.rc b/init.dragon.rc
index dd8ae61..06ac845 100644
--- a/init.dragon.rc
+++ b/init.dragon.rc
@@ -220,7 +220,7 @@ service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
-I/system/etc/wifi/p2p_supplicant_overlay.conf \
-puse_p2p_group_interface=1p2p_device=1 \
-m/data/misc/wifi/p2p_supplicant.conf \
- -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
+ -g@android:wpa_wlan0
class late_start
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)