Merge "wifi_supplicant: deprecate entropy.bin" am: 5ded7d8a1c

am: fb9dbfebcc

Change-Id: I479ba6593c4afe8ea8e464aacee8d23ee829ac13
This commit is contained in:
Jeff Vander Stoep
2017-12-01 06:46:19 +00:00
committed by android-build-merger
2 changed files with 1 additions and 2 deletions

View File

@@ -662,7 +662,7 @@ service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
-I/vendor/etc/wifi/wpa_supplicant_overlay.conf \
-O/data/misc/wifi/sockets -puse_p2p_group_interface=1 -dd \
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
-g@android:wpa_wlan0
# we will start as root and wpa_supplicant will switch to user wifi
# after setting up the capabilities required for WEXT
# user wifi

View File

@@ -2,7 +2,6 @@
# hostapd no longer directly accesses /data outside /data/vendor.
typeattribute hostapd data_between_core_and_vendor_violators;
# 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)