diff --git a/public/zygote.te b/public/zygote.te index b2374f172ea61f710bc5fcbb9a44147a3717921e..aabf12fd484b3861bc72455ab99de1df04c71ec6 100644 --- a/public/zygote.te +++ b/public/zygote.te @@ -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)