diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-28 15:42:26 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-28 15:42:26 +0200 |
commit | 7876b92be463412935dc7e9e4a65d102ebf339e1 (patch) | |
tree | 8d0d48e8cb91f2f85e59a9fcc455d62acd80d3c1 /hosts/profitbricks-build1-amd64 | |
parent | 725595dc48b2d99d1c2b0bb83e2f2dc3569fa282 (diff) | |
download | jenkins.debian.net-7876b92be463412935dc7e9e4a65d102ebf339e1.tar.xz |
reproducible: allow sudo where schroot-create.sh needs it
Diffstat (limited to 'hosts/profitbricks-build1-amd64')
-rw-r--r-- | hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins b/hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins index d75335f9..e4ed15b3 100644 --- a/hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins +++ b/hosts/profitbricks-build1-amd64/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/*, \ |