summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build7-amd64/etc/sudoers.d/jenkins
blob: e039577fa2d5aa3f4236de82e8363eb2c66f1b5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
jenkins ALL=  \
	NOPASSWD: /usr/sbin/debootstrap *, \
	/usr/bin/tee /schroots/*, \
	/usr/bin/tee -a /schroots/*, \
	/usr/bin/tee /etc/schroot/chroot.d/jenkins*, \
	/bin/chmod +x /schroots/*, \
	/usr/sbin/chroot /schroots/*, \
	/bin/rm -rf --one-file-system /schroots/*, \
	/bin/rm -rf --one-file-system /srv/live-build/*, \
	/bin/mv /schroots/* /schroots/*, \
	/bin/umount -l /schroots/*, \
	/bin/mount --bind *, \
	/usr/bin/killall timeout, \
	/usr/sbin/slay 1111, \
	/usr/sbin/slay 2222, \
	/usr/sbin/slay jenkins, \
	/bin/chmod -R a+rX /var/lib/libvirt/

# keep these environment variables
Defaults        env_keep += "http_proxy", env_reset