diff options
Diffstat (limited to 'hosts/freebsd-jenkins/usr/local/etc')
-rw-r--r-- | hosts/freebsd-jenkins/usr/local/etc/sudoers | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/freebsd-jenkins/usr/local/etc/sudoers b/hosts/freebsd-jenkins/usr/local/etc/sudoers index cd3a3d70..5408368a 100644 --- a/hosts/freebsd-jenkins/usr/local/etc/sudoers +++ b/hosts/freebsd-jenkins/usr/local/etc/sudoers @@ -108,7 +108,8 @@ jenkins ALL= NOPASSWD: /usr/bin/make -j ? buildworld, \ /usr/sbin/service ntpd start, \ /usr/sbin/service ntpd stop, \ /usr/sbin/service ntpd status, \ - /usr/sbin/ntpdate -b pool.ntp.org + /usr/sbin/ntpdate -b pool.ntp.org, \ + /bin/date --set=* ## Uncomment to allow any user to run sudo if they know the password |