diff --git a/src/ctr_logging.c b/src/ctr_logging.c index e5f03f38..00b61e30 100644 --- a/src/ctr_logging.c +++ b/src/ctr_logging.c @@ -191,9 +191,6 @@ static void parse_log_path(char *log_config) } if (!strcmp(driver, "passthrough")) { - if (isatty(STDIN_FILENO) || isatty(STDOUT_FILENO) || isatty(STDERR_FILENO)) - nexitf("cannot use a tty with passthrough logging mode to prevent attacks via TIOCSTI"); - use_logging_passthrough = TRUE; return; }