diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-01 11:37:14 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-01 11:37:14 +0200 |
commit | c7cacd6382ca8b71ca166a0c7a89ebf19176c756 (patch) | |
tree | c07ca0ea7dc0afdd63985bc93faf59116bf1cc96 /interface-definitions/firewall-options.xml.in | |
parent | c8bb32425965f89b5c112cd5bafc534db9785fae (diff) | |
download | vyos-1x-c7cacd6382ca8b71ca166a0c7a89ebf19176c756.tar.gz vyos-1x-c7cacd6382ca8b71ca166a0c7a89ebf19176c756.zip |
firewall: T1843: no need to call "sudo" for owner
Diffstat (limited to 'interface-definitions/firewall-options.xml.in')
-rw-r--r-- | interface-definitions/firewall-options.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/firewall-options.xml.in b/interface-definitions/firewall-options.xml.in index 2936cc703..defd44f06 100644 --- a/interface-definitions/firewall-options.xml.in +++ b/interface-definitions/firewall-options.xml.in @@ -8,7 +8,7 @@ <priority>990</priority> </properties> <children> - <tagNode name="interface" owner="sudo ${vyos_conf_scripts_dir}/firewall_options.py"> + <tagNode name="interface" owner="${vyos_conf_scripts_dir}/firewall_options.py"> <properties> <help>Interface clamping options</help> <completionHelp> |