-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] salt user HOME is in /home #64141
Labels
Milestone
Comments
9 tasks
OrangeDog
added
the
Packaging
Related to packaging of Salt, not Salt's support for package management.
label
Apr 25, 2023
6 tasks
dwoz
added a commit
to dwoz/salt
that referenced
this issue
May 2, 2023
dwoz
added a commit
to dwoz/salt
that referenced
this issue
May 2, 2023
dwoz
added a commit
to dwoz/salt
that referenced
this issue
May 2, 2023
dwoz
added a commit
to dwoz/salt
that referenced
this issue
May 2, 2023
dwoz
added a commit
to dwoz/salt
that referenced
this issue
May 2, 2023
dwoz
added a commit
to dwoz/salt
that referenced
this issue
May 3, 2023
6 tasks
s0undt3ch
pushed a commit
to dwoz/salt
that referenced
this issue
May 3, 2023
garethgreenaway
pushed a commit
that referenced
this issue
May 3, 2023
Fixed by #64174 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The new 3006 salt-master installers create a
salt
user to run the service as. However, this user is given a HOME of/home/salt
, as if it were a human user.Steps to Reproduce the behavior
Install 3006 via onedir package on Linux system
Expected behavior
The
salt
user should be a system user with a HOME of ideally/var/opt/saltstack
.Additional context
https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#optAddonApplicationSoftwarePackages
The text was updated successfully, but these errors were encountered: