SHA256
1
0
forked from pool/salt
Go to file
2016-06-15 12:16:19 +00:00
.gitattributes Accepting request 175205 from devel:languages:python 2013-05-16 09:38:22 +00:00
.gitignore Accepting request 175205 from devel:languages:python 2013-05-16 09:38:22 +00:00
0001-tserong-suse.com-We-don-t-have-python-systemd-so-not.patch - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
0002-Run-salt-master-as-dedicated-salt-user.patch - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
0003-Check-if-byte-strings-are-properly-encoded-in-UTF-8.patch - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
0004-do-not-generate-a-date-in-a-comment-to-prevent-rebui.patch - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
0005-Use-SHA256-hash-type-by-default.patch - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
0006-Create-salt-proxy-instantiated-service-file.patch - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
0007-Add-SUSE-Manager-plugin.patch - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
0008-Prevent-several-minion-processes-on-the-same-machine.patch - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
0009-checksum-validation-when-zypper-pkg.download.patch - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
0010-unit-tests-for-rpm.checksum-and-zypper.download.patch - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
0011-jobs.exit_success-allow-to-check-if-a-job-has-execut.patch - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
0012-Fix-pkgrepo.managed-gpgkey-argument-bsc-979448.patch - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
0013-fix-groupadd-module-for-sles11-systems.patch - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
0014-Fix-crashing-Maintenence-process.patch - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
README.SUSE Accepting request 339485 from devel:languages:python 2015-10-19 20:52:40 +00:00
salt-2016.3.0.tar.gz - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
salt-tmpfiles.d Accepting request 339485 from devel:languages:python 2015-10-19 20:52:40 +00:00
salt.changes - Update to v2016.3.0 2016-06-15 11:46:27 +00:00
salt.spec rpmlint: mark /var/run/salt as %ghost 2016-06-15 12:16:19 +00:00

Salt-master as non-root user
============================

With this version of salt the salt-master will run as salt user.

Why an extra user
=================

While the current setup runs the master as root user, this is considered a security issue
and not in line with the other configuration management tools (eg. puppet) which runs as a
dedicated user. 

How can I undo the change
=========================

If you would like to make the change before you can do the following steps manually:
1. change the user parameter in the master configuration
   user: root
2. update the file permissions:
   as root: chown -R root /etc/salt /var/cache/salt /var/log/salt /var/run/salt
3. restart the salt-master daemon:
   as root: rcsalt-master restart or systemctl restart salt-master

NOTE
====

Running the salt-master daemon as a root user is considers by some a security risk, but
running as root, enables the pam external auth system, as this system needs root access to check authentication.

For more information:
http://docs.saltstack.com/en/latest/ref/configuration/nonroot.html