diff options
Diffstat (limited to 'hosts/cbxi4pro0-armhf-rb/etc')
-rw-r--r-- | hosts/cbxi4pro0-armhf-rb/etc/sudoers.d/jenkins | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hosts/cbxi4pro0-armhf-rb/etc/sudoers.d/jenkins b/hosts/cbxi4pro0-armhf-rb/etc/sudoers.d/jenkins index d75335f9..e4ed15b3 100644 --- a/hosts/cbxi4pro0-armhf-rb/etc/sudoers.d/jenkins +++ b/hosts/cbxi4pro0-armhf-rb/etc/sudoers.d/jenkins @@ -1,9 +1,10 @@ jenkins ALL= \ NOPASSWD: /usr/sbin/debootstrap *, \ - /usr/bin/tee /chroots/*, \ - /usr/bin/tee -a /chroots/*, \ + /usr/bin/tee /schroots/*, \ + /usr/bin/tee -a /schroots/*, \ /usr/bin/tee /etc/schroot/chroot.d/jenkins*, \ - /bin/chmod +x /chroots/*, \ + /bin/chmod +x /schroots/*, \ + /usr/sbin/chroot /schroots/*, \ /usr/sbin/chroot /chroots/*, \ /usr/sbin/chroot /media/*, \ /bin/ls -la /media/*, \ |