diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-09 17:51:26 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-09 17:51:26 +0200 |
commit | ee8f06aa97d167281ec28954a9affa4f33fd598e (patch) | |
tree | 9710572c19defc791ec7340cb3eaa6d9fc25bd01 /hosts/profitbricks-build1-amd64 | |
parent | 9a37d8b6ac3dc7df68f03d9e1c68967e52f6edb1 (diff) | |
download | jenkins.debian.net-ee8f06aa97d167281ec28954a9affa4f33fd598e.tar.xz |
reproducible: allow to use schroot as needed (fixup acaeeaa2)
Diffstat (limited to 'hosts/profitbricks-build1-amd64')
-rw-r--r-- | hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins b/hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins index d75335f9..0fd55ca9 100644 --- a/hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins +++ b/hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins @@ -6,6 +6,8 @@ jenkins ALL= \ /bin/chmod +x /chroots/*, \ /usr/sbin/chroot /chroots/*, \ /usr/sbin/chroot /media/*, \ + /usr/bin/schroot --all-sessions -l,\ + /usr/bin/schroot -c session:jenkins-reproducible.* -e,\ /bin/ls -la /media/*, \ /bin/rm -rf --one-file-system /chroots/*, \ /bin/rm -rf --one-file-system /schroots/*, \ |