Skip to content

Commit

Permalink
Do not prompt for sudoers passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 10, 2024
1 parent 8d44822 commit 05a0397
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ flatpak install --noninteractive --system im.riot.Riot
#### Example for enabling a System Unit File

#systemctl enable podman.socket

cat > /etc/sudoers.d/10-unconditionally-grant-sudoers <<EOF
# Don't bother laptop users with needing to know passwords:
# rooms with laptops are physically secured by UW staff when
# unattended at the venue.
ALL ALL = (ALL) NOPASSWD: ALL
EOF

0 comments on commit 05a0397

Please sign in to comment.