mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 15:09:54 +00:00
Merge "wifi_supplicant: deprecate entropy.bin"
am: 5ded7d8a1c
Change-Id: Ifdcf8c25340608bf82f4699609dcebd12c7a9f47
This commit is contained in:
@@ -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
|
||||
|
||||
1
sepolicy/vendor/hostapd.te
vendored
1
sepolicy/vendor/hostapd.te
vendored
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user