Skip to content
Snippets Groups Projects
Commit 40ce0bb8 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

allow adbd setpcap

adbd uses setpcap to drop capabilities from the bounding
set on user builds. See system/core commit
080427e4e2b1b72718b660e16b6cf38b3a3c4e3f

Change-Id: I6aec8d321b8210ea50a56aeee9bc94738514beab
parent 06a0d786
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ allow adbd shell:process noatsecure;
# Set UID and GID to shell. Set supplementary groups.
allow adbd self:capability { setuid setgid };
# Drop capabilities from bounding set on user builds.
allow adbd self:capability setpcap;
# Create and use network sockets.
net_domain(adbd)
......
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