~ruther/guix-local

beb37ea4ad9999c28cfb60aca5d021851f9a1176 — Tobias Geerinckx-Rice 3 years ago d73ca7e
system: Use privileged-program-service-type by default.

* gnu/system.scm (operating-system-default-essential-services)
(hurd-default-essential-services): Substitute
privileged-program-service-type for setuid-program-service-type.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/system.scm
M gnu/system.scm => gnu/system.scm +2 -2
@@ 820,7 820,7 @@ bookkeeping."
            (operating-system-environment-variables os))
           (service host-name-service-type host-name)
           procs root-fs
           (service setuid-program-service-type
           (service privileged-program-service-type
                    (operating-system-setuid-programs os))
           (service profile-service-type
                    (operating-system-packages os))


@@ 859,7 859,7 @@ bookkeeping."
                              (list `("hosts" ,hosts-file)))
              (service hosts-service-type
                       (local-host-entries host-name)))
          (service setuid-program-service-type
          (service privileged-program-service-type
                   (operating-system-setuid-programs os))
          (service profile-service-type (operating-system-packages os)))))