Platonic-Systems / secrix

Other
59 stars 5 forks source link

systemd dynamic users #14

Closed nixinator closed 7 months ago

nixinator commented 7 months ago

Secrets cannot be used in a systemd service with dynamic user = true;

pinktrink commented 7 months ago

Secrix will work with DynamicUser=true. It will not work when both DynamicUser= and User= are set, unless the user specified in User= exists. This will have to be looked into in the future, but for now this should be considered wontfix.

pinktrink commented 7 months ago

Come to think of it, the chmod/chown portion of this will not work when DynamicUser=true. I will look into fixing that.