aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/fsck.te
diff options
context:
space:
mode:
Diffstat (limited to 'selinux/fsck.te')
-rw-r--r--selinux/fsck.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/selinux/fsck.te b/selinux/fsck.te
new file mode 100644
index 0000000..d2fcb8f
--- /dev/null
+++ b/selinux/fsck.te
@@ -0,0 +1,3 @@
+allow fsck mmc_block_device:blk_file ioctl;
+allow fsck self:capability dac_override;
+allow fsck mmc_block_device:blk_file { read write getattr open };