diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-07 07:16:50 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-07 07:16:50 +0100 |
commit | c3190d923b0e7293b1c7caae21a59c5fd5b2d7de (patch) | |
tree | afd3f4d85b609b69067df5b2460bbc07ce56ec67 /data | |
parent | 957e215b1706218450ca05d740c1a810275b1cb2 (diff) | |
parent | 046ad24474e811c0a19d6d80272e89156f93c54d (diff) | |
download | vyos-1x-c3190d923b0e7293b1c7caae21a59c5fd5b2d7de.tar.gz vyos-1x-c3190d923b0e7293b1c7caae21a59c5fd5b2d7de.zip |
Merge pull request #1098 from goodNETnick/vrrpHealth
VRRP: T4033: VRRP script_security parameter removed
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/vrrp/keepalived.conf.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/data/templates/vrrp/keepalived.conf.tmpl b/data/templates/vrrp/keepalived.conf.tmpl index 7b8f7cb09..ea06a8b57 100644 --- a/data/templates/vrrp/keepalived.conf.tmpl +++ b/data/templates/vrrp/keepalived.conf.tmpl @@ -5,9 +5,6 @@ global_defs { dynamic_interfaces script_user root - # Don't run scripts configured to be run as root if any part of the path - # is writable by a non-root user. - enable_script_security notify_fifo /run/keepalived/keepalived_notify_fifo notify_fifo_script /usr/libexec/vyos/system/keepalived-fifo.py } |