Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef0c686b authored by Andrew Hexen's avatar Andrew Hexen Committed by dk1978
Browse files

FP3: sepolicy: address hotspot denials



hostapd_cli: type=1400 audit(0.0:360): avc: denied { sendto } for uid=1000 path="/data/vendor/wifi/hostapd/ctrl/wlan0" scontext=u:r:hostapd:s0 tcontext=u:r:hal_wifi_hostapd_default:s0 tclass=unix_dgram_socket

Signed-off-by: default avatarAndrew Hexen <SyberHexen@gmail.com>

Change-Id: I922a0dc56f6a0ecd72d9424bfc846300ca7c21df
parent 4e95faa4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
add_hwservice(cnd, hal_datafactory_hwservice)
allow cnd hostapd:process sigkill;
+2 −0
Original line number Diff line number Diff line
allow hal_wifi_hostapd_default hostapd:unix_dgram_socket sendto;
allow hal_wifi_hostapd_default wifi_vendor_data_file:dir { remove_name write };
+1 −0
Original line number Diff line number Diff line
allow hostapd hal_wifi_hostapd_default:unix_dgram_socket sendto;
+1 −0
Original line number Diff line number Diff line
allow rild hostapd_data_file:dir search;