| 12345678910111213141516171819202122232425 |
- Defaults:__APP__ !requiretty
- __APP__ ALL=(root) NOPASSWD: /usr/bin/yunohost backup create *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/yunohost backup delete *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/yunohost backup restore *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/yunohost app list *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/yunohost tools version
- __APP__ ALL=(root) NOPASSWD: /usr/bin/mysqldump *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/mysql *
- __APP__ ALL=(postgres) NOPASSWD: /usr/bin/pg_dump *
- __APP__ ALL=(postgres) NOPASSWD: /usr/bin/psql *
- __APP__ ALL=(postgres) NOPASSWD: /usr/bin/createdb *
- __APP__ ALL=(postgres) NOPASSWD: /usr/bin/dropdb *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/stat *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/find /home/yunohost.backup/archives *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/rsync *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/tar *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/rm -rf /tmp/backupmanager_*
- __APP__ ALL=(root) NOPASSWD: /usr/bin/mkdir -p *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/chown *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/chmod *
- __APP__ ALL=(root) NOPASSWD: /usr/sbin/useradd *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/systemctl daemon-reload
- __APP__ ALL=(root) NOPASSWD: /usr/bin/systemctl enable *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/systemctl start *
- __APP__ ALL=(root) NOPASSWD: /usr/bin/systemctl restart *
|