summaryrefslogtreecommitdiffstats
path: root/sepolicy/file.te
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2016-07-20 11:02:12 -0700
committerClark Scheff <clark@cyngn.com>2016-08-02 12:15:34 -0700
commit79eda9ebb85e4ff47585d628c520664d9883ddd8 (patch)
tree76d2184388eb1c3ba7a81360e9b40cb127be427b /sepolicy/file.te
parent7f81f3ce336cc97dc7400bddbd843522b9c2c51d (diff)
downloadvendor_replicant-79eda9ebb85e4ff47585d628c520664d9883ddd8.zip
vendor_replicant-79eda9ebb85e4ff47585d628c520664d9883ddd8.tar.gz
vendor_replicant-79eda9ebb85e4ff47585d628c520664d9883ddd8.tar.bz2
sepolicy: Put theme service in its own context
Allow the theme manager and its data to be sandboxed in its own context Change-Id: I7898663d1c196bfe04fa4c539d20191a43fde284
Diffstat (limited to 'sepolicy/file.te')
-rw-r--r--sepolicy/file.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/file.te b/sepolicy/file.te
index 1a00339..05e3c5d 100644
--- a/sepolicy/file.te
+++ b/sepolicy/file.te
@@ -4,7 +4,7 @@ allow file_type rootfs:filesystem associate;
type auditd_log, file_type, data_file_type;
# Themes
-type theme_data_file, file_type, data_file_type;
+type themeservice_app_data_file, file_type, data_file_type;
# Performance settings
type sysfs_devices_system_iosched, file_type, sysfs_type;