pa: Fix zygote denial

Fixes the following denial
avc: denied { create } for pid=668 comm="main" name="tasks" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0

Change-Id: I4d001f3973e73a6dd4027e6a872688df68a0f4a8
This commit is contained in:
Jake Weinstein 2018-02-17 23:18:36 -05:00 committed by Jake Weinstein
parent c86c71bbfa
commit e7b25190d3
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
allow zygote self:capability sys_nice;
allow zygote cgroup:file create;