summaryrefslogtreecommitdiff
path: root/sepolicy
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2014-06-03 09:06:59 -0400
committerStephen Smalley <sds@tycho.nsa.gov>2014-06-03 09:06:59 -0400
commit85947635973585ea0b914f0d69851e4a8efa7379 (patch)
treee7c471517e6d73f0a8a5c71dcdb313c4551b6ec2 /sepolicy
parent1893d07449f948af57d9a3ece929f2a216249698 (diff)
downloadmako-85947635973585ea0b914f0d69851e4a8efa7379.tar.gz
Add contextmount_type attribute to types used for context= mounts.
Change-Id: I09e13839b1956f61875a38844fe4fc3c911ea60f Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/file.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/file.te b/sepolicy/file.te
index 0a0169b..05a832b 100644
--- a/sepolicy/file.te
+++ b/sepolicy/file.te
@@ -10,7 +10,7 @@ type kickstart_data_file, file_type, data_file_type;
type mpdecision_socket, file_type;
# Default type for anything under /firmware
-type radio_efs_file, fs_type;
+type radio_efs_file, fs_type, contextmount_type;
# Persist firmware types
type persist_file, file_type;