aboutsummaryrefslogtreecommitdiff
path: root/domain.te
diff options
context:
space:
mode:
Diffstat (limited to 'domain.te')
-rw-r--r--domain.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/domain.te b/domain.te
index b2117db..2922da6 100644
--- a/domain.te
+++ b/domain.te
@@ -238,7 +238,7 @@ neverallow * init:binder *;
# Don't allow raw read/write/open access to block_device
# Rather force a relabel to a more specific type
-neverallow { domain -kernel -init -recovery -uncrypt } block_device:blk_file { open read write };
+neverallow { domain -kernel -init -recovery } block_device:blk_file { open read write };
# Don't allow raw read/write/open access to generic devices.
# Rather force a relabel to a more specific type.