summaryrefslogtreecommitdiffstats
path: root/common/file.te
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2017-02-04 17:22:37 +0200
committerMichael Bestas <mikeioannina@gmail.com>2017-02-04 17:22:37 +0200
commitb07464afa7cd4edf8459c540e42480ee9f5846f1 (patch)
tree064bfe0d1471c003c617875ecf114cbba1324eb9 /common/file.te
parentd9d06c2c5b83dd352d6158e547bda89fcc247649 (diff)
parent2e57b1e2db7737adb8a6692eda2d11056d944519 (diff)
downloadandroid_device_qcom_sepolicy-staging/cm-14.1-cafmerge.tar.gz
android_device_qcom_sepolicy-staging/cm-14.1-cafmerge.tar.bz2
android_device_qcom_sepolicy-staging/cm-14.1-cafmerge.zip
Merge remote-tracking branch 'caf/LA.BR.1.2.9_rb1.11' into cm-14.1staging/cm-14.1-cafmerge
Change-Id: I57fd423a2baca4bd14376415abc38641485455bd
Diffstat (limited to 'common/file.te')
-rw-r--r--common/file.te7
1 files changed, 4 insertions, 3 deletions
diff --git a/common/file.te b/common/file.te
index 2d31a6d4..997d025d 100644
--- a/common/file.te
+++ b/common/file.te
@@ -190,13 +190,11 @@ type ssr_ramdump_data_file, file_type, data_file_type;
# Regionalization files
type regionalization_file, file_type;
+type regionalization_data_file, file_type, data_file_type;
# /data/system/swap/swapfile - swapfile
type swap_data_file, file_type, data_file_type;
-# dynamic nv files
-type dynamic_nv_data_file, file_type, data_file_type;
-
# wififtmd socket file
type wififtmd_socket, file_type;
@@ -206,3 +204,6 @@ type persist_time_file, file_type;
# kgsl file type for sysfs access
type sysfs_kgsl, sysfs_type, fs_type;
+
+# secure touch files
+type sysfs_securetouch, fs_type, sysfs_type;