Skip to content
Snippets Groups Projects
Commit 17e91e89 authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

am e468016b: zygote requires setpcap in order to drop from its bounding set.

* commit 'e468016b':
  zygote requires setpcap in order to drop from its bounding set.
parents 78ec4450 e468016b
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ init_daemon_domain(zygote)
typeattribute zygote mlstrustedsubject;
# Override DAC on files and switch uid/gid.
allow zygote self:capability { dac_override setgid setuid };
# Drop capabilities from bounding set.
allow zygote self:capability setpcap;
# Switch SELinux context to app domains.
allow zygote system:process dyntransition;
allow zygote appdomain:process dyntransition;
......
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