forked from openkylin/platform_build
Merge "Allow goldfish-setup to take wake locks"
am: 10f6bf093d
Change-Id: I0c6100a314ea619d91b1b4a2c82894b102cdaaea
This commit is contained in:
commit
528a561d4e
|
@ -14,6 +14,7 @@ allow goldfish_setup self:capability { net_admin net_raw };
|
||||||
allow goldfish_setup self:udp_socket create_socket_perms;
|
allow goldfish_setup self:udp_socket create_socket_perms;
|
||||||
allowxperm goldfish_setup self:udp_socket ioctl priv_sock_ioctls;
|
allowxperm goldfish_setup self:udp_socket ioctl priv_sock_ioctls;
|
||||||
|
|
||||||
|
wakelock_use(goldfish_setup)
|
||||||
net_domain(goldfish_setup)
|
net_domain(goldfish_setup)
|
||||||
|
|
||||||
# Set net.eth0.dns*, debug.sf.nobootanimation
|
# Set net.eth0.dns*, debug.sf.nobootanimation
|
||||||
|
|
Loading…
Reference in New Issue