Skip to content
Snippets Groups Projects
Commit 191e8b3b authored by William Roberts's avatar William Roberts Committed by android-build-merger
Browse files

Merge "zygote: drop braces on single item rule"

am: a8340521

Change-Id: I0dc7cdaacd65f027f8615e5201f9357001e5b40b
parents d9bd9e69 a8340521
No related branches found
No related tags found
No related merge requests found
...@@ -58,8 +58,8 @@ allow zygote self:capability sys_admin; ...@@ -58,8 +58,8 @@ allow zygote self:capability sys_admin;
# Allow zygote to stat the files that it opens. The zygote must # Allow zygote to stat the files that it opens. The zygote must
# be able to inspect them so that it can reopen them on fork # be able to inspect them so that it can reopen them on fork
# if necessary: b/30963384. # if necessary: b/30963384.
allow zygote pmsg_device:chr_file { getattr }; allow zygote pmsg_device:chr_file getattr;
allow zygote debugfs_trace_marker:file { getattr }; allow zygote debugfs_trace_marker:file getattr;
# Check validity of SELinux context before use. # Check validity of SELinux context before use.
selinux_check_context(zygote) selinux_check_context(zygote)
......
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