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.cil3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dev/termdev.cil b/src/dev/termdev.cil
index 93655b3..efd5e7a 100644
--- a/src/dev/termdev.cil
+++ b/src/dev/termdev.cil
@@ -5,14 +5,12 @@
(macro appendinherited_all_chr_files ((type ARG1))
(allow ARG1 typeattr appendinherited_chr_file)
- (allowx ARG1 typeattr FIOCLEX_FIONCLEX_CHRFILE)
(allowx ARG1 typeattr IOCTLCONSOLE)
(allowx ARG1 typeattr IOCTLTTY_NOT_TIOCSTI)
(allowx ARG1 typeattr IOCTLVT))
(macro readwriteinherited_all_chr_files ((type ARG1))
(allow ARG1 typeattr readwriteinherited_chr_file)
- (allowx ARG1 typeattr FIOCLEX_FIONCLEX_CHRFILE)
(allowx ARG1 typeattr IOCTLCONSOLE)
(allowx ARG1 typeattr IOCTLTTY_NOT_TIOCSTI)
(allowx ARG1 typeattr IOCTLVT))
@@ -22,7 +20,6 @@
(macro writeinherited_all_chr_files ((type ARG1))
(allow ARG1 typeattr writeinherited_chr_file)
- (allowx ARG1 typeattr FIOCLEX_FIONCLEX_CHRFILE)
(allowx ARG1 typeattr IOCTLCONSOLE)
(allowx ARG1 typeattr IOCTLTTY_NOT_TIOCSTI)
(allowx ARG1 typeattr IOCTLVT))