diff options
author | goodNETnick <pknet@ya.ru> | 2021-12-06 21:39:40 +1000 |
---|---|---|
committer | goodNETnick <pknet@ya.ru> | 2021-12-06 21:39:40 +1000 |
commit | 046ad24474e811c0a19d6d80272e89156f93c54d (patch) | |
tree | 234229b8d5d9f9664406f7cdfeb6948395c365bc /data/templates | |
parent | ec13cac66ba612ecc36053158c7517c8fe993547 (diff) | |
download | vyos-1x-046ad24474e811c0a19d6d80272e89156f93c54d.tar.gz vyos-1x-046ad24474e811c0a19d6d80272e89156f93c54d.zip |
VRRP: T4033: VRRP script_security parameter removed
Diffstat (limited to 'data/templates')
-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 } |