e7cf0c1932
- No longer limiting Python3 version to <3.7 - Async batch implementation - Added: * async-batch-implementation.patch - Update to Salt 2019.2.0 release For further information see: https://docs.saltstack.com/en/latest/topics/releases/2019.2.0.html - Added: * add-virt.all_capabilities.patch * add-virt.volume_infos-and-virt.volume_delete.patch * don-t-call-zypper-with-more-than-one-no-refresh.patch * include-aliases-in-the-fqdns-grains.patch * temporary-fix-extend-the-whitelist-of-allowed-comman.patch - Removed: * accounting-for-when-files-in-an-archive-contain-non-.patch * add-engine-relaying-libvirt-events.patch * add-other-attribute-to-gecos-fields-to-avoid-inconsi.patch * add-support-for-python-3.7.patch * align-suse-salt-master.service-limitnofiles-limit-wi.patch * avoid-incomprehensive-message-if-crashes.patch * change-stringio-import-in-python2-to-import-the-clas.patch * decode-file-contents-for-python2-bsc-1102013.patch * do-not-override-jid-on-returners-only-sending-back-t.patch * don-t-error-on-retcode-0-in-libcrypto.openssl_init_c.patch * feat-add-grain-for-all-fqdns.patch * fix-async-call-to-process-manager.patch * fix-decrease-loglevel-when-unable-to-resolve-addr.patch * fix-deprecation-warning-bsc-1095507.patch OBS-URL: https://build.opensuse.org/request/show/693686 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=82 |
||
---|---|---|
_lastrevision | ||
_service | ||
.gitattributes | ||
.gitignore | ||
activate-all-beacons-sources-config-pillar-grains.patch | ||
add-all_versions-parameter-to-include-all-installed-.patch | ||
add-cpe_name-for-osversion-grain-parsing-u-49946.patch | ||
add-custom-suse-capabilities-as-grains.patch | ||
add-environment-variable-to-know-if-yum-is-invoked-f.patch | ||
add-hold-unhold-functions.patch | ||
add-multi-file-support-and-globbing-to-the-filetree-.patch | ||
add-saltssh-multi-version-support-across-python-inte.patch | ||
add-supportconfig-module-for-remote-calls-and-saltss.patch | ||
add-virt.all_capabilities.patch | ||
add-virt.volume_infos-and-virt.volume_delete.patch | ||
async-batch-implementation.patch | ||
avoid-excessive-syslogging-by-watchdog-cronjob-58.patch | ||
azurefs-gracefully-handle-attributeerror.patch | ||
bugfix-any-unicode-string-of-length-16-will-raise-ty.patch | ||
debian-info_installed-compatibility-50453.patch | ||
decide-if-the-source-should-be-actually-skipped.patch | ||
do-not-load-pip-state-if-there-is-no-3rd-party-depen.patch | ||
don-t-call-zypper-with-more-than-one-no-refresh.patch | ||
early-feature-support-config.patch | ||
enable-passing-a-unix_socket-for-mysql-returners-bsc.patch | ||
fall-back-to-pymysql.patch | ||
fix-bsc-1065792.patch | ||
fix-for-suse-expanded-support-detection.patch | ||
fix-git_pillar-merging-across-multiple-__env__-repos.patch | ||
fix-ipv6-scope-bsc-1108557.patch | ||
fix-issue-2068-test.patch | ||
fix-unit-test-for-grains-core.patch | ||
fix-zypper.list_pkgs-to-be-aligned-with-pkg-state.patch | ||
fixes-cve-2018-15750-cve-2018-15751.patch | ||
get-os_arch-also-without-rpm-package-installed.patch | ||
html.tar.bz2 | ||
include-aliases-in-the-fqdns-grains.patch | ||
integration-of-msi-authentication-with-azurearm-clou.patch | ||
loosen-azure-sdk-dependencies-in-azurearm-cloud-driv.patch | ||
make-aptpkg.list_repos-compatible-on-enabled-disable.patch | ||
make-profiles-a-package.patch | ||
preserving-signature-in-module.run-state-u-50049.patch | ||
README.SUSE | ||
remove-arch-from-name-when-pkg.list_pkgs-is-called-w.patch | ||
return-the-expected-powerpc-os-arch-bsc-1117995.patch | ||
run-salt-api-as-user-salt-bsc-1064520.patch | ||
run-salt-master-as-dedicated-salt-user.patch | ||
salt-tmpfiles.d | ||
salt.changes | ||
salt.spec | ||
support-config-non-root-permission-issues-fixes-u-50.patch | ||
temporary-fix-extend-the-whitelist-of-allowed-comman.patch | ||
travis.yml | ||
update-documentation.sh | ||
use-adler32-algorithm-to-compute-string-checksums.patch | ||
v2019.2.0.tar.gz | ||
x509-fixes-111.patch | ||
zypper-add-root-configuration-parameter.patch |
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