Loading
nixos/tmpfiles: explicitly set RestrictSUIDSGID = false
This ensures the tmpfiles resetup service has permissions to create suid/sgid files, even if `DefaultRestrictSUIDSGID` is set in system.conf. This is required, as tmpfiles are used to e.g. set file permissions on the journal directory.`DefaultRestrictSUIDSGID` is a new feature coming in systemd 258 [1]. [1] https://github.com/systemd/systemd/pull/38126