Skip to content
Snippets Groups Projects
Commit d8d0c9d5 authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by android-build-merger
Browse files

Merge "Fix wificond permissions for hikey"

am: 62a225ff

Change-Id: Ie3ef86cdc297436e76548c1ed0dff3cb7ee2784f
parents af2b0ab5 62a225ff
No related branches found
No related tags found
No related merge requests found
......@@ -19,11 +19,15 @@ set_prop(wificond, ctl_default_prop)
# create sockets to set interfaces up and down
allow wificond self:udp_socket create_socket_perms;
# See discussion in b/31226503
allowxperm wificond self:udp_socket ioctl unpriv_sock_ioctls;
# setting interface state up/down is a privileged ioctl
allowxperm wificond self:udp_socket ioctl { SIOCSIFFLAGS };
allow wificond self:capability { net_admin net_raw };
# allow wificond to speak to nl80211 in the kernel
allow wificond self:netlink_socket create_socket_perms;
# newer kernels (e.g. 4.4 but not 4.1) have a new class for sockets
allow wificond self:netlink_generic_socket create_socket_perms;
r_dir_file(wificond, proc_net)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment