This commit is contained in:
Team3
2026-05-18 17:11:40 +02:00
parent c67a7eaf98
commit b58d4aee9b
8 changed files with 18 additions and 0 deletions

5
setup-sudoers Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo 'arbeit ALL=(ALL) NOPASSWD: /usr/bin/mount, /usr/bin/umount' \
| sudo tee /etc/sudoers.d/project-mount > /dev/null
sudo chmod 440 /etc/sudoers.d/project-mount
sudo visudo -c