From a1a48a85249602c11e6876b39207249c96fdc4ea Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 27 Apr 2014 19:54:14 +0200 Subject: fix sudoers.d --- etc/sudoers.d/jenkins | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/sudoers.d/jenkins b/etc/sudoers.d/jenkins index fe6f4389..359f4c42 100644 --- a/etc/sudoers.d/jenkins +++ b/etc/sudoers.d/jenkins @@ -1,8 +1,9 @@ jenkins ALL= \ NOPASSWD: /usr/sbin/debootstrap *, \ - tee /chroots/*, \ - tee /etc/schroot/chroot.d/*, \ - chmod +x /chroots/*, \ + /usr/bin/tee /chroots/*, \ + /usr/bin/tee /etc/schroot/chroot.d/jenkins*, \ + /usr/bin/tee -a /etc/schroot/chroot.d/jenkins*, \ + /bin/chmod +x /chroots/*, \ /usr/sbin/chroot /chroots/*, \ /usr/sbin/chroot /media/*, \ /bin/ls -la /media/*, \ -- cgit v1.2.3-70-g09d2