diff options
author | Stephen Smalley <sds@tycho.nsa.gov> | 2012-03-07 14:59:01 -0500 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2012-03-07 14:59:01 -0500 |
commit | c83d0087e457787fc0441d959a20d56fc5200048 (patch) | |
tree | c072f2f7ce270c295eec710fd4acddc5452bfb57 /file.te | |
parent | 64935c7d87ce76ed542e16fce3dde9883b507d7a (diff) | |
download | android_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.te | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |