aboutsummaryrefslogtreecommitdiffstats
path: root/file.te
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2012-03-07 14:59:01 -0500
committerStephen Smalley <sds@tycho.nsa.gov>2012-03-07 14:59:01 -0500
commitc83d0087e457787fc0441d959a20d56fc5200048 (patch)
treec072f2f7ce270c295eec710fd4acddc5452bfb57 /file.te
parent64935c7d87ce76ed542e16fce3dde9883b507d7a (diff)
downloadandroid_external_sepolicy-c83d0087e457787fc0441d959a20d56fc5200048.tar.gz
android_external_sepolicy-c83d0087e457787fc0441d959a20d56fc5200048.tar.bz2
android_external_sepolicy-c83d0087e457787fc0441d959a20d56fc5200048.zip
Policy changes to support running the latest CTS.
Diffstat (limited to 'file.te')
-rw-r--r--file.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/file.te b/file.te
index 11c3ef6..dc9e768 100644
--- a/file.te
+++ b/file.te
@@ -22,6 +22,8 @@ type unlabeled, file_type;
type system_file, file_type;
# Default type for anything under /data.
type system_data_file, file_type, data_file_type;
+# /data/drm - DRM plugin data
+type drm_data_file, file_type, data_file_type;
# /data/anr - ANR traces
type anr_data_file, file_type, data_file_type;
# /data/tombstones - core dumps