forked from openkylin/platform_build
Merge "goldfish_setup: grant ifconfig priv_sock_ioctls" am: 4a0f550cc7
am: f80ed9f08e
Change-Id: Ia7c19f8885f55eae0399dc42882fc768e1c05b1f
This commit is contained in:
commit
d1cb2ac13a
|
@ -12,6 +12,7 @@ allow goldfish_setup system_file:file execute_no_trans;
|
|||
allow goldfish_setup toolbox_exec:file rx_file_perms;
|
||||
allow goldfish_setup self:capability { net_admin net_raw };
|
||||
allow goldfish_setup self:udp_socket create_socket_perms;
|
||||
allowxperm goldfish_setup self:udp_socket ioctl priv_sock_ioctls;
|
||||
|
||||
net_domain(goldfish_setup)
|
||||
|
||||
|
|
Loading…
Reference in New Issue