From df5ce088f2a0b7373eaa06ead9de580a86690180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 9 Sep 2014 17:12:33 +0200 Subject: [PATCH] system: Export '%setuid-programs'. * gnu/system.scm: Export '%setuid-programs', as documented in the manual. --- gnu/system.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/system.scm b/gnu/system.scm index ea7fdf1cb7..067f4e1634 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -70,6 +70,7 @@ operating-system-profile operating-system-grub.cfg + %setuid-programs %base-packages)) ;;; Commentary: