aboutsummaryrefslogtreecommitdiffstats
path: root/ppp.te
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2014-01-08 10:21:22 -0500
committerStephen Smalley <sds@tycho.nsa.gov>2014-01-08 10:21:22 -0500
commitc0493c8dfe78284c683184a7f3aefba6982bce40 (patch)
treee244269a22c75da65b79cecec532af7ca564aa73 /ppp.te
parentfa4002fc7f9d9edabc4f9aee284793eb2226f234 (diff)
downloadandroid_external_sepolicy-c0493c8dfe78284c683184a7f3aefba6982bce40.tar.gz
android_external_sepolicy-c0493c8dfe78284c683184a7f3aefba6982bce40.tar.bz2
android_external_sepolicy-c0493c8dfe78284c683184a7f3aefba6982bce40.zip
Drop extra _system_file types.
They serve no purpose; these directories/files are normally accessible in the same way as the rest of /system. Also one of them has the wrong attributes (data_file_type), thereby making it writable by some domains, and under current policy, shell and apps cannot do ls -l /etc/ppp /etc/dhcpcd. Change-Id: I0c1baa434fe78373684f4eaab40a41fddf2bdd79 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'ppp.te')
-rw-r--r--ppp.te1
1 files changed, 0 insertions, 1 deletions
diff --git a/ppp.te b/ppp.te
index bc1bafc..1f61fdd 100644
--- a/ppp.te
+++ b/ppp.te
@@ -2,6 +2,5 @@
type ppp, domain;
type ppp_device, dev_type;
type ppp_exec, exec_type, file_type;
-type ppp_system_file, file_type;
unconfined_domain(ppp)
domain_auto_trans(mtp, ppp_exec, ppp)