diff options
author | Dominick Grift <dominick.grift@defensec.nl> | 2024-12-18 13:03:20 +0100 |
---|---|---|
committer | Dominick Grift <dominick.grift@defensec.nl> | 2024-12-18 13:03:20 +0100 |
commit | 179eb23bb725e40b53bbd5e63026abd0655f25ac (patch) | |
tree | ab8e01198eaa3cafb8c2dbfb22f3c5fd690aa011 /src/dev.cil | |
parent | 5b2794384bceeb62ab5be2cd11f05365fa82bcfd (diff) | |
download | selinux-policy-179eb23bb725e40b53bbd5e63026abd0655f25ac.tar.gz |
clean up dev.unconfined
Diffstat (limited to 'src/dev.cil')
-rw-r--r-- | src/dev.cil | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dev.cil b/src/dev.cil index 22413bd..a7ec444 100644 --- a/src/dev.cil +++ b/src/dev.cil @@ -41,10 +41,7 @@ (macro type ((type ARG1)) (typeattributeset typeattr ARG1)) - (typeattribute typeattr) - - (allow typeattr dev.typeattr (blk_file (not (audit_access execmod map)))) - (allow typeattr dev.typeattr (chr_file (not (audit_access execmod)))))) + (typeattribute typeattr))) (in unconfined |