guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56756: [PATCH] gnu: services: Add optional fix for opensmtpd executa


From: Ludovic Courtès
Subject: bug#56756: [PATCH] gnu: services: Add optional fix for opensmtpd executables group
Date: Mon, 01 Aug 2022 11:51:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hi Maya,

Maya <maya.omase@protonmail.com> skribis:

> This is a patch that fixes "<executable name>: this program must be setgid 
> smtpq". As this cannot be done in the store during build, but the upstream 
> opensmtpd requires to set the group of those executables.
>
> ---
>  gnu/services/mail.scm | 67 +++++++++++++++++++++++++++++++++++++++++--
>  1 file changed, 65 insertions(+), 2 deletions(-)

That sounds like a welcome improvement.

I applied the patch with a few changes:

  • Changed the option name from ‘set-gids?’ to ‘setgid-commands?’,
    which I think is slightly clearer.

  • Tweaked and moved its documentation to ‘doc/guix.texi’.

  • Adjusted the commit log as per our conventions (see
    <https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html>).

Thank you!

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]