diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-24 21:26:19 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-25 21:06:40 +0200 |
commit | 5187acf7babeb542757ced8435c6ded9bebab518 (patch) | |
tree | 4e26e83496afa6b7899881c8c69bc5a2600604d0 /src/system | |
parent | 23cb8c338ad3de4ead79dbad79a0195c91862fcc (diff) | |
download | vyos-1x-5187acf7babeb542757ced8435c6ded9bebab518.tar.gz vyos-1x-5187acf7babeb542757ced8435c6ded9bebab518.zip |
openvpn: T3641: remove deprecated iproute option
Executing iproute2 commands as unprivileged member of the openvpn group is now
handled via a sudoers file.
(cherry picked from commit 9c8facc69c09163b74bc428f1dbf8be030766758)
Diffstat (limited to 'src/system')
-rwxr-xr-x | src/system/unpriv-ip | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/system/unpriv-ip b/src/system/unpriv-ip deleted file mode 100755 index 1ea0d626a..000000000 --- a/src/system/unpriv-ip +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -sudo /sbin/ip $* |