mbox series

[rpcbind,0/4] Update systemd/rpcbind.service.in

Message ID 20240823002322.1203466-1-pvorel@suse.cz (mailing list archive)
Headers show
Series Update systemd/rpcbind.service.in | expand

Message

Petr Vorel Aug. 23, 2024, 12:23 a.m. UTC
Hi,

NOTE I'm not systemd expert, others may understand more.

But trying to upstream various hardenings options which we have been
using since 2021. Adding EnvironmentFile I tested locally today.
systemd-tmpfiles-setup.service should be also safe.

Kind regards,
Petr

Josue Ortega (1):
  man/rpcbind: Add Files section to manpage

Petr Vorel (3):
  systemd/rpcbind.service.in: Add few default EnvironmentFile
  systemd/rpcbind.service.in: Add various hardenings options
  systemd/rpcbind.service.in: Want/After systemd-tmpfiles-setup

 man/rpcbind.8              |  8 ++++++++
 systemd/rpcbind.service.in | 16 +++++++++++++++-
 2 files changed, 23 insertions(+), 1 deletion(-)

Comments

Steve Dickson Aug. 31, 2024, 5:56 p.m. UTC | #1
On 8/22/24 8:23 PM, Petr Vorel wrote:
> Hi,
> 
> NOTE I'm not systemd expert, others may understand more.
> 
> But trying to upstream various hardenings options which we have been
> using since 2021. Adding EnvironmentFile I tested locally today.
> systemd-tmpfiles-setup.service should be also safe.
> 
> Kind regards,
> Petr
> 
> Josue Ortega (1):
>    man/rpcbind: Add Files section to manpage
> 
> Petr Vorel (3):
>    systemd/rpcbind.service.in: Add few default EnvironmentFile
>    systemd/rpcbind.service.in: Add various hardenings options
>    systemd/rpcbind.service.in: Want/After systemd-tmpfiles-setup
> 
>   man/rpcbind.8              |  8 ++++++++
>   systemd/rpcbind.service.in | 16 +++++++++++++++-
>   2 files changed, 23 insertions(+), 1 deletion(-)
> 
Committed... (tag: rpcbind-1_2_8-rc1)

steved.