1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivist_ynh.git synced 2024-09-03 18:15:55 +02:00

Create sudoer

Allow only some commands to run as root
This commit is contained in:
lapineige 2024-01-14 11:54:28 +01:00 committed by GitHub
parent 02a76467af
commit 9e62eea64c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
conf/sudoer Normal file
View file

@ -0,0 +1 @@
__APP__ ALL=(root) NOPASSWD: /usr/bin/yunohost backup create *, /usr/bin/yunohost backup restore *, /usr/bin/yunohost backup delete *, /usr/bin/yunohost app list *, /usr/bin/yunohost app remove *, /bin/ls