diff options
Diffstat (limited to 'etc/sudoers.d/jenkins')
-rw-r--r-- | etc/sudoers.d/jenkins | 7 |
1 files changed, 4 insertions, 3 deletions
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/*, \ |