diff options
Diffstat (limited to 'sepolicy/domain.te')
-rw-r--r-- | sepolicy/domain.te | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sepolicy/domain.te b/sepolicy/domain.te index f176bca..69158d7 100644 --- a/sepolicy/domain.te +++ b/sepolicy/domain.te @@ -35,6 +35,3 @@ dontaudit domain kernel:system module_request; # Suppress these denials for most domains, since ueventd should be doing the # opening of the firmware. dontaudit domain firmware_file:dir search; - -allow domain debugfs_ion:dir search; -allow domain debugfs_kgsl:dir search; |