diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-03 15:04:28 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-03 15:04:28 -0800 |
commit | cd949a93d8dc5c28277b6de509be80ce59a5b14d (patch) | |
tree | 4029e6dbb6665a500be70149ec216918ea45fc4b /debian/vyatta-op.postrm.in | |
parent | 3e10b84a227f60d17c661d30a28bbac3dd74871d (diff) | |
download | vyatta-op-cd949a93d8dc5c28277b6de509be80ce59a5b14d.tar.gz vyatta-op-cd949a93d8dc5c28277b6de509be80ce59a5b14d.zip |
no longer need sudo-users links for commands
Permission to run limited versions of ip, ethtool, and iptables
is managed by /etc/sudoers. This allows restricting which options
are allowed to be used.
Diffstat (limited to 'debian/vyatta-op.postrm.in')
-rw-r--r-- | debian/vyatta-op.postrm.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/vyatta-op.postrm.in b/debian/vyatta-op.postrm.in deleted file mode 100644 index 8d34999..0000000 --- a/debian/vyatta-op.postrm.in +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -prefix=@prefix@ -exec_prefix=@exec_prefix@ -bindir=@bindir@ - -if [ "$1" = "purge" ]; then - # remove added symlinks - rm -f ${bindir}/sudo-users/ethtool - rm -f ${bindir}/sudo-users/iptables -fi - |