From 8ab4c6e0db1dd758830023e91cfcfc989af27ec7 Mon Sep 17 00:00:00 2001 From: Dominick Grift Date: Tue, 22 Aug 2023 13:50:56 +0200 Subject: Enables ioctl_skip_cloexec Signed-off-by: Dominick Grift --- src/dev/termdev/ptytermdev/loginptytermdev.cil | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/dev/termdev/ptytermdev') diff --git a/src/dev/termdev/ptytermdev/loginptytermdev.cil b/src/dev/termdev/ptytermdev/loginptytermdev.cil index b9019d4..43ae22b 100644 --- a/src/dev/termdev/ptytermdev/loginptytermdev.cil +++ b/src/dev/termdev/ptytermdev/loginptytermdev.cil @@ -8,14 +8,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)) @@ -25,7 +23,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)) -- cgit v1.2.3