units/systemd-tmpfiles-setup.service: explicitly set RestrictSUIDSGID=no

The tmpfiles service is used to set file permissions, e.g. for setting
suid bit on the journal log directory [1].

[1] 48e0f7bc2f/tmpfiles.d/systemd.conf.in (L24-L25)
This commit is contained in:
Grimmauld
2025-07-08 22:02:46 +02:00
parent 48e0f7bc2f
commit fd3b207011

View File

@@ -28,3 +28,4 @@ ImportCredential=login.motd
ImportCredential=login.issue
ImportCredential=network.hosts
ImportCredential=ssh.authorized_keys.root
RestrictSUIDSGID=no