From 2d7fc638e62ee88721b62bae96d27b7c6cc070ac Mon Sep 17 00:00:00 2001 From: Henrique Silva Date: Fri, 11 May 2018 01:20:56 +0000 Subject: [PATCH] sanders: sepolicy: Fix rootfs on untrusted_app * With this, some file explorers cannot access the root partition (even with superuser rights granted) --- sepolicy/untrusted_app.te | 1 - 1 file changed, 1 deletion(-) diff --git a/sepolicy/untrusted_app.te b/sepolicy/untrusted_app.te index a3c4026..1d5eb60 100644 --- a/sepolicy/untrusted_app.te +++ b/sepolicy/untrusted_app.te @@ -10,4 +10,3 @@ allow untrusted_app fsg_file:dir read; allow untrusted_app net_dns_prop:file read; allow untrusted_app persist_file:dir getattr; allow untrusted_app persist_file:filesystem getattr; -allow untrusted_app rootfs:dir read;