[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54997] [PATCH 00/12] Add "least authority" program wrapper
From: |
Thiago Jung Bauermann |
Subject: |
[bug#54997] [PATCH 00/12] Add "least authority" program wrapper |
Date: |
Mon, 02 May 2022 01:25:02 -0300 |
Ludovic Courtès <ludo@gnu.org> writes:
> Ludovic Courtès <ludo@gnu.org> skribis:
>
>> gexp: Add 'references-file'.
>> file-systems: Avoid load-time warnings when attempting to load (guix
>> store).
>> linux-container: 'call-with-container' relays SIGTERM and SIGINT.
>> linux-container: Ensure signal-handling asyncs get a chance to run.
>> linux-container: Add #:child-is-pid1? parameter to
>> 'call-with-container'.
>> Add (guix least-authority).
>> services: dicod: Rewrite using 'least-authority-wrapper'.
>> services: dicod: Use 'make-inetd-constructor'.
>> services: bitlbee: Use 'make-inetd-constructor'.
>> services: ipfs: Adjust for Shepherd 0.9.
>> services: ipfs: Use 'least-authority-wrapper'.
>> services: wesnothd: Grant write access to /var/run/wesnothd.
>> services: wesnothd: Use 'least-authority-wrapper'.
>> services: quassel: Use 'least-authority-wrapper'.
>> services: opendht: Use 'least-authority-wrapper'.
>
> Pushed as fee06d5aaa71a965ea0bc06c1ff15c138a8bb2c8, thanks again for
> reviewing!
That's great! Thank you for addressing the PID 1 issue!
--
Thanks
Thiago