From 5aa63654b8bd9f4d64967b9e77ba9d6f72f4f6e2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 15 Aug 2018 17:39:43 -0400 Subject: librechroot: Remove SYSTEMD-STDIN HACK https://labs.parabola.nu/issues/431 --- src/chroot-tools/librechroot | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src') diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot index d30e5b4..3ad651d 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -413,16 +413,6 @@ main() { umask 0022 - # XXX: SYSTEMD-STDIN HACK - if ! [[ -t 0 ]]; then - error "Input is not a TTY" - plain "https://labs.parabola.nu/issues/431" - plain "https://bugs.freedesktop.org/show_bug.cgi?id=70290" - prose "Due to a bug in systemd-nspawn, redirecting stdin is not - supported." >&2 - return $EXIT_FAILURE - fi - # Keep this lock for as long as we are running # Note that '9' is the same FD number as in mkarchroot et al. lock 9 "$copydir.lock" \ -- cgit v1.2.2