aboutsummaryrefslogtreecommitdiffstats
path: root/zygote.te
diff options
context:
space:
mode:
Diffstat (limited to 'zygote.te')
-rw-r--r--zygote.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/zygote.te b/zygote.te
index c20072d..345b630 100644
--- a/zygote.te
+++ b/zygote.te
@@ -45,7 +45,7 @@ allow zygote tmpfs:filesystem mount;
allow zygote labeledfs:filesystem remount;
# Handle --invoke-with command when launching Zygote with a wrapper command.
-allow zygote zygote_exec:file { execute_no_trans open };
+allow zygote zygote_exec:file rx_file_perms;
# handle bugreports b/10498304
allow zygote ashmem_device:chr_file execute;