[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48986] [PATCH] gnu: opendoas: Fix restricted path "safepath".
From: |
Ludovic Courtès |
Subject: |
[bug#48986] [PATCH] gnu: opendoas: Fix restricted path "safepath". |
Date: |
Wed, 16 Jun 2021 22:53:28 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi Brice,
Brice Waegeneire <brice@waegenei.re> skribis:
> OpenDoas look for binaries in safepath when a rule specify a relative
> command, such as “permit keepenv :wheel cmd guix”.
>
> * gnu/packages/admin.scm (opendoas)[phases]: Rename 'fix-install' phase
> to 'pre-configure', run it before 'configure' and add a substitution for
> safepath.
You could maybe move the comment above to admin.scm, right above
(substitute* "doas.c" …).
Otherwise LGTM, thanks!
Ludo’.