Merge "zygote: drop braces on single item rule"

This commit is contained in:
Treehugger Robot 2016-11-28 18:27:53 +00:00 committed by Gerrit Code Review
commit a8340521e5

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)