diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-07 05:13:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 05:13:43 +0100 |
commit | fc7fd28724088761eccc1c601dda2381e65ee949 (patch) | |
tree | 3bc13f5835a189ddf1ff0ec3bc9e80c8e2e604b0 | |
parent | 8359d95d42a24d0b6bc61b3fe345ea144216d802 (diff) | |
parent | 37501f8baa9083dee8b7583a1036b58e77ccf735 (diff) | |
download | vyos-1x-fc7fd28724088761eccc1c601dda2381e65ee949.tar.gz vyos-1x-fc7fd28724088761eccc1c601dda2381e65ee949.zip |
Merge pull request #1101 from goodNETnick/vrrpHealth_1.4
VRRP: T4033: VRRP script_security parameter removed
-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 b4824a994..b93aa4bc9 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 } |