32ae66d7ad
- Include aliases in FQDNS grain (bsc#1121439) - Fix issue preventing syndic to start - Update year on spec copyright notice - Added: * fix-syndic-start-issue.patch - Use ThreadPool from multiprocessing.pool to avoid leakings when calculating FQDNs - Do not report patches as installed on RHEL systems when not all the related packages are installed (bsc#1128061) - Added: * use-threadpool-from-multiprocessing.pool-to-avoid-le.patch * do-not-report-patches-as-installed-when-not-all-the-.patch - Update to 2019.2.0 complete (FATE#327138, bsc#1133523) - Fix batch/batch-async related issues - Calculate FQDNs in parallel to avoid blockings (bsc#1129079) - Incorporate virt.volume_info fixes (PR#131) - Re-adds patch because of increased offset due to previous patch removal - Removing patch to add root parameter to zypper module - Fix for -t parameter in mount module - Added: * mount-fix-extra-t-parameter.patch * add-batch_presence_ping_timeout-and-batch_presence_p.patch * fix-async-batch-race-conditions.patch * calculate-fqdns-in-parallel-to-avoid-blockings-bsc-1.patch - Modified: * don-t-call-zypper-with-more-than-one-no-refresh.patch * add-virt.volume_infos-and-virt.volume_delete.patch OBS-URL: https://build.opensuse.org/request/show/700350 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=83 |
||
---|---|---|
_lastrevision | ||
_service | ||
.gitattributes | ||
.gitignore | ||
activate-all-beacons-sources-config-pillar-grains.patch | ||
add-all_versions-parameter-to-include-all-installed-.patch | ||
add-batch_presence_ping_timeout-and-batch_presence_p.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 | ||
calculate-fqdns-in-parallel-to-avoid-blockings-bsc-1.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 | ||
do-not-report-patches-as-installed-when-not-all-the-.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-async-batch-race-conditions.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-syndic-start-issue.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 | ||
mount-fix-extra-t-parameter.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 | ||
use-threadpool-from-multiprocessing.pool-to-avoid-le.patch | ||
v2019.2.0.tar.gz | ||
x509-fixes-111.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