summaryrefslogtreecommitdiff
path: root/sepolicy/file.te
diff options
context:
space:
mode:
authordcashman <dcashman@google.com>2014-07-16 16:19:43 -0700
committerdcashman <dcashman@google.com>2014-07-16 17:36:20 -0700
commit09b614e3232236ae9e3d9b2e15261494b162e67a (patch)
tree0781294f7dd8a61a513be9a676268013a8dae0ca /sepolicy/file.te
parent02263488b3107e87e3a6c4d9ab5ce4e484cca6e6 (diff)
downloadshamu-09b614e3232236ae9e3d9b2e15261494b162e67a.tar.gz
Initial SELinux policy for Shamu.
Assign each persistent init-spawned service its own domain. Label some of the device files from the first-appearing denials. Mount /firmware with a context. Bug: 16319212 Change-Id: Ie0ed4d59dd209ccb1e23a81de88477c0af2bb546
Diffstat (limited to 'sepolicy/file.te')
-rw-r--r--sepolicy/file.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/file.te b/sepolicy/file.te
new file mode 100644
index 00000000..94d7dc05
--- /dev/null
+++ b/sepolicy/file.te
@@ -0,0 +1,2 @@
+# Default type for anything under /firmware
+type firmware_file, fs_type, contextmount_type;