diff options
Diffstat (limited to 'etc/sudoers.d/jenkins')
-rw-r--r-- | etc/sudoers.d/jenkins | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/sudoers.d/jenkins b/etc/sudoers.d/jenkins index fe6f4389..c7d0e1c9 100644 --- a/etc/sudoers.d/jenkins +++ b/etc/sudoers.d/jenkins @@ -1,15 +1,9 @@ jenkins ALL= \ NOPASSWD: /usr/sbin/debootstrap *, \ - tee /chroots/*, \ - tee /etc/schroot/chroot.d/*, \ - chmod +x /chroots/*, \ /usr/sbin/chroot /chroots/*, \ /usr/sbin/chroot /media/*, \ /bin/ls -la /media/*, \ /bin/rm -rf --one-file-system /chroots/*, \ - /bin/rm -rf --one-file-system /schroots/*, \ - /bin/mv /chroots/* /schroots/*, \ - /bin/mv /schroots/* /schroots/*, \ /bin/umount -l /chroots/*, \ /bin/umount -l /media/*, \ /bin/mount -o loop*, \ |