diff options
| -rw-r--r-- | gnu/build/linux-container.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/build/linux-container.scm b/gnu/build/linux-container.scm index 4a8bed5a9a2..3870b509070 100644 --- a/gnu/build/linux-container.scm +++ b/gnu/build/linux-container.scm | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | (let ((userns-file "/proc/sys/kernel/unprivileged_userns_clone")) | 44 | (let ((userns-file "/proc/sys/kernel/unprivileged_userns_clone")) |
| 45 | (if (file-exists? userns-file) | 45 | (if (file-exists? userns-file) |
| 46 | (eqv? #\1 (call-with-input-file userns-file read-char)) | 46 | (eqv? #\1 (call-with-input-file userns-file read-char)) |
| 47 | #t))) | 47 | #f))) |
| 48 | 48 | ||
| 49 | (define (setgroups-supported?) | 49 | (define (setgroups-supported?) |
| 50 | "Return #t if the setgroups proc file, introduced in Linux-libre 3.19, | 50 | "Return #t if the setgroups proc file, introduced in Linux-libre 3.19, |
