diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-18 16:08:38 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-18 16:08:38 -0700 |
commit | 5b0dc0561c928423e0719d56c18235a51d6f41a0 (patch) | |
tree | 2f07dcb7f973362a7cd413ed3b02d00d778158a4 /debian | |
parent | 120af0369ee6c4456df164240722211439a60864 (diff) | |
download | vyatta-cfg-quagga-5b0dc0561c928423e0719d56c18235a51d6f41a0.tar.gz vyatta-cfg-quagga-5b0dc0561c928423e0719d56c18235a51d6f41a0.zip |
Allow operator to set date.
Bugfix: 3018
Put proper path in for date command.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index aca479ea..1c0ba92c 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -42,7 +42,7 @@ Cmnd_Alias IPFLUSH = /sbin/ip route flush cache, \ /sbin/ip neigh flush to *, \ /sbin/ip neigh flush dev * Cmnd_Alias ETHTOOLP = /usr/sbin/ethtool -p * -%operator ALL=NOPASSWD: /sbin/reboot, /sbin/date, IPTABLES, ETHTOOLP, IPFLUSH +%operator ALL=NOPASSWD: /sbin/reboot, /bin/date, IPTABLES, ETHTOOLP, IPFLUSH EOF # for "users" level (FIXME) |