mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-08-19 06:02:28 +02:00
allow for unavailable minions
This commit is contained in:
@@ -1026,7 +1026,7 @@ post_to_3.2.0() {
|
||||
# but does not chown the elastic-agent launcher symlink.
|
||||
# Preventing non-root users from following that launcher symlink.
|
||||
disable_sysctl_fs_protected_symlink() {
|
||||
salt -C 'I@stig:enabled' state.single sysctl.present name=fs.protected_symlinks value=0 config=/etc/sysctl.conf
|
||||
salt -C 'I@stig:enabled' state.single sysctl.present name=fs.protected_symlinks value=0 config=/etc/sysctl.conf || true
|
||||
}
|
||||
|
||||
up_to_3.3.0() {
|
||||
|
||||
Reference in New Issue
Block a user