diff options
Diffstat (limited to 'etc/sudoers.d')
-rw-r--r-- | etc/sudoers.d/jenkins | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/sudoers.d/jenkins b/etc/sudoers.d/jenkins index 359f4c42..ffec9aad 100644 --- a/etc/sudoers.d/jenkins +++ b/etc/sudoers.d/jenkins @@ -1,8 +1,7 @@ jenkins ALL= \ NOPASSWD: /usr/sbin/debootstrap *, \ /usr/bin/tee /chroots/*, \ - /usr/bin/tee /etc/schroot/chroot.d/jenkins*, \ - /usr/bin/tee -a /etc/schroot/chroot.d/jenkins*, \ + /usr/bin/tee -a /chroots/*, \ /bin/chmod +x /chroots/*, \ /usr/sbin/chroot /chroots/*, \ /usr/sbin/chroot /media/*, \ |