-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add nopasswd rules for aurutils chroot setup
- Loading branch information
1 parent
a6726dd
commit 1100beb
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
Submodule aur
updated
from 33f8a4 to 32ee82
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
%wheel ALL=(ALL) NOPASSWD: /usr/bin/arch-nspawn | ||
%wheel ALL=(ALL) NOPASSWD: /usr/bin/pacsync aurto | ||
%wheel ALL=(ALL) NOPASSWD:SETENV: /usr/bin/makechrootpkg | ||
%wheel ALL=(ALL) NOPASSWD: /usr/bin/install -d /var/lib/aurbuild/x86_64 -m 755 -v | ||
%wheel ALL=(ALL) NOPASSWD:SETENV: /usr/bin/mkarchroot -C /etc/aurto/pacman-chroot.conf -M /etc/aurto/makepkg-chroot.conf /var/lib/aurbuild/x86_64/root base-devel multilib-devel |