summaryrefslogtreecommitdiffstats
path: root/etc/sudoers.d/jenkins
blob: fe6f438972d4f98ecb2a4f96f25eb3bcff0d9236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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*, \
	/bin/mount --bind *, \
	/usr/bin/du *, \
	/bin/kill -9 *, \
	/usr/bin/qemu-system-x86_64 *, \
	/bin/mkdir -p /media/*, \
	/usr/bin/guestmount *, \
	/bin/cp -r /media/*, \
	/bin/chown -R jenkins\:jenkins /var/lib/jenkins/jobs/*,\
	SETENV: NOPASSWD: /usr/sbin/pbuilder *, \
	/bin/rm /var/cache/pbuilder/base.tgz

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