Skip to content
Snippets Groups Projects
Commit 19e74c56 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

adbd: dontaudit sys_resource denials

am: 62166856

Change-Id: Ic4b747132562879ba4c4a27dda4f9e2a369808f9
parents 8f867acb 62166856
Branches
No related tags found
No related merge requests found
...@@ -22,6 +22,9 @@ allow adbd self:global_capability_class_set { setuid setgid }; ...@@ -22,6 +22,9 @@ allow adbd self:global_capability_class_set { setuid setgid };
# Drop capabilities from bounding set on user builds. # Drop capabilities from bounding set on user builds.
allow adbd self:global_capability_class_set setpcap; allow adbd self:global_capability_class_set setpcap;
# ignore spurious denials for adbd when disk space is low.
dontaudit adbd self:global_capability_class_set sys_resource;
# Create and use network sockets. # Create and use network sockets.
net_domain(adbd) net_domain(adbd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment