summaryrefslogtreecommitdiff
path: root/src/dev/termdev.cil
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/termdev.cil')
-rw-r--r--src/dev/termdev.cil6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dev/termdev.cil b/src/dev/termdev.cil
index 702f138..bf340e5 100644
--- a/src/dev/termdev.cil
+++ b/src/dev/termdev.cil
@@ -17,9 +17,11 @@
(macro type ((type ARG1))
(typeattributeset typeattr ARG1))
- (typeattribute typeattr)
+ (typeattribute typeattr)))
- (allow typeattr termdev.typeattr (chr_file (not (audit_access execmod))))))
+(in dev.unconfined
+
+ (call .termdev.unconfined.type (typeattr)))
(in after termdev.appendinherited_all_chr_files
(allowx ARG1 typeattr IOCTLCONSOLE_NOT_TIOCLINUX)