Skip to content
Snippets Groups Projects
Commit c9dd7149 authored by Jong Wook Kim's avatar Jong Wook Kim Committed by Gerrit Code Review
Browse files

Merge "Wifi HAL SIOCSIFHWADDR sepolicy"

parents f3220aa6 04133651
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ set_prop(hal_wifi, wifi_prop) ...@@ -12,7 +12,7 @@ set_prop(hal_wifi, wifi_prop)
# allow hal wifi set interfaces up and down # allow hal wifi set interfaces up and down
allow hal_wifi self:udp_socket create_socket_perms; allow hal_wifi self:udp_socket create_socket_perms;
allowxperm hal_wifi self:udp_socket ioctl { SIOCSIFFLAGS }; allowxperm hal_wifi self:udp_socket ioctl { SIOCSIFFLAGS SIOCSIFHWADDR };
allow hal_wifi self:global_capability_class_set { net_admin net_raw }; allow hal_wifi self:global_capability_class_set { net_admin net_raw };
# allow hal_wifi to speak to nl80211 in the kernel # allow hal_wifi to speak to nl80211 in the kernel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment