Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Solves a variable collision, if webacula and bareos-webui are both installed.

Fixes #336: sudoers configuration collision between bareos-webui and webacula from repo
  • Loading branch information
fbergkemper committed Sep 11, 2014
1 parent 509e2b0 commit 76beebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/sudoers.d/bareos-webui-bconsole
@@ -1,4 +1,4 @@
# allow apache to run bconsole. required for bareos-webui
Cmnd_Alias BCONSOLE = /usr/sbin/bconsole -n -c /etc/bareos/bconsole.conf, /usr/sbin/bconsole -n -c /etc/bareos/webui/bconsole.conf, /usr/sbin/bconsole
Defaults!BCONSOLE !requiretty
wwwrun,www-data,apache ALL=(root) NOPASSWD: BCONSOLE
Cmnd_Alias BCON = /usr/sbin/bconsole -n -c /etc/bareos/bconsole.conf, /usr/sbin/bconsole -n -c /etc/bareos/webui/bconsole.conf, /usr/sbin/bconsole
Defaults!BCON !requiretty
wwwrun,www-data,apache ALL=(root) NOPASSWD: BCON

0 comments on commit 76beebe

Please sign in to comment.