salt/pkg/suse
2018-05-31 11:02:18 +01:00
..
allow-systemd-parameterized-services.patch This fixes two issues #14337 and #13788 2014-07-29 20:34:12 +02:00
allow-systemd-units-no-unit-files.patch Fix the wrong "allow to do" phrase 2015-11-04 12:15:41 +01:00
disable-service-py-for-suse-family.patch fix osfamily from Suse to SUSE 2016-05-26 22:08:40 -07:00
fix-service-py-version-parsing-sles.patch fix osfamily from Suse to SUSE 2016-05-26 22:08:40 -07:00
pass-all-systemd-list-units.patch This fixes two issues #14337 and #13788 2014-07-29 20:34:12 +02:00
README.suse Merge branch '2015.8' into '2016.3' 2016-03-02 10:26:13 -07:00
salt-api updated suse spec file 2013-08-09 22:56:36 +02:00
salt-api.changes fix osfamily from Suse to SUSE 2016-05-26 22:08:40 -07:00
salt-api.service Set SHELL environment variable 2018-01-11 13:37:38 +01:00
salt-api.spec updated suse spec file for salt-api 0.8.3 2013-11-04 23:00:20 +01:00
salt-common.logrotate older logrotate need su directive 2017-12-07 17:31:48 +01:00
salt-master add try-restart to fix autorestarting on SUSE systems 2016-12-21 10:31:18 +00:00
salt-master.service Align SUSE salt-master.service 'LimitNOFILES' limit with upstream Salt 2018-05-31 11:02:18 +01:00
salt-minion Enables salt-minion watchdog on init.d script for sysV 2017-06-20 17:28:40 +01:00
salt-minion.service salt-minion.service: Start after salt-master.service 2017-04-03 11:43:00 +02:00
salt-minion.service.rhel7 special salt-minion.service file for rhel7 2017-06-20 17:28:39 +01:00
salt-syndic add try-restart to fix autorestarting on SUSE systems 2016-12-21 10:31:18 +00:00
salt-tmpfiles.d update suse spec file to 2015.8.1 2015-10-18 12:24:09 +02:00
salt.changes Merge branch '2017.7' into '2018.3' 2018-03-15 17:22:05 -04:00
salt.spec update suse spec file to 2015.8.1 2015-10-18 12:24:09 +02:00
salt.SuSEfirewall2 Fixed occurances of "Salt Stack" to SaltStack 2013-11-07 10:46:41 -07:00
use-forking-daemon.patch Merge branch '2015.8' into '2016.3' 2016-03-25 11:47:16 -06:00
use-salt-user-for-master.patch update suse spec file to 2015.8.1 2015-10-18 12:24:09 +02: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