Merge "zygote: drop braces on single item rule"

am: a8340521e5

Change-Id: I0dc7cdaacd65f027f8615e5201f9357001e5b40b
This commit is contained in:
William Roberts 2016-11-28 18:34:42 +00:00 committed by android-build-merger
commit 191e8b3b2d

View file

@ -58,8 +58,8 @@ allow zygote self:capability sys_admin;
# 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
# if necessary: b/30963384.
allow zygote pmsg_device:chr_file { getattr };
allow zygote debugfs_trace_marker:file { getattr };
allow zygote pmsg_device:chr_file getattr;
allow zygote debugfs_trace_marker:file getattr;
# Check validity of SELinux context before use.
selinux_check_context(zygote)