aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'public/domain.te')
-rw-r--r--public/domain.te6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/domain.te b/public/domain.te
index 0e815b60..9458d796 100644
--- a/public/domain.te
+++ b/public/domain.te
@@ -1363,3 +1363,9 @@ userdebug_or_eng(`
1363 dontaudit domain proc_type:file create; 1363 dontaudit domain proc_type:file create;
1364 dontaudit domain sysfs_type:file create; 1364 dontaudit domain sysfs_type:file create;
1365') 1365')
1366
1367# Platform must not have access to /mnt/vendor.
1368neverallow {
1369 coredomain
1370 -init
1371} mnt_vendor_file:dir *;