diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-02-02 21:20:29 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 06:59:35 +0700 |
commit | fbbeed836bd2a8d228e447c5658e6653afa62ac2 (patch) | |
tree | 45770ccb34dee034f9747f8b51b30d52f6d2b1fe /system/salt/README | |
parent | 8e3652bc16cecc3aed3476ca37dc64262002b29e (diff) | |
download | slackbuilds-fbbeed836bd2a8d228e447c5658e6653afa62ac2.tar.gz |
system/salt: Updated for version 2016.11.2.
This update fixes CVE-2017-5192 and CVE-2017-5200. See
https://docs.saltstack.com/en/latest/topics/releases/2016.11.2.html
(* Security fix *)
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/salt/README')
-rw-r--r-- | system/salt/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/system/salt/README b/system/salt/README index 4a0e317186..de96dc0bf1 100644 --- a/system/salt/README +++ b/system/salt/README @@ -38,12 +38,11 @@ only the daemons you actually want, by making the rc scripts executable. /etc/rc.d/rc.salt-syndic start fi -On a master, you should enable the salt-master daemon, and probably also -the salt-minion daemon: +On a master, you should enable the salt-master daemon: - chmod +x /etc/rc.d/rc.salt-{master,minion} + chmod +x /etc/rc.d/rc.salt-master -On a minion, you should enable only the salt-minion daemon: +On a minion, you should enable the salt-minion daemon: chmod +x /etc/rc.d/rc.salt-minion |