[csw-devel] SF.net SVN: gar:[14439] csw/mgar/pkg/bacula/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Apr 28 18:09:03 CEST 2011


Revision: 14439
          http://gar.svn.sourceforge.net/gar/?rev=14439&view=rev
Author:   bdwalton
Date:     2011-04-28 16:09:03 +0000 (Thu, 28 Apr 2011)

Log Message:
-----------
bacula/trunk: add configure args so director and storage daemon use non-root credentials

Modified Paths:
--------------
    csw/mgar/pkg/bacula/trunk/Makefile

Modified: csw/mgar/pkg/bacula/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bacula/trunk/Makefile	2011-04-28 16:07:05 UTC (rev 14438)
+++ csw/mgar/pkg/bacula/trunk/Makefile	2011-04-28 16:09:03 UTC (rev 14439)
@@ -206,6 +206,11 @@
 CONFIGURE_ARGS += --with-mon-dir-password=QhTqgNyq8s6l7RJc/+3NmVqQkyxkqlnaJLPwsZF7fXUp
 CONFIGURE_ARGS += --with-mon-fd-password=IEKXaPXrRO8BzJYBJueDJgkVsXzR/1cVvPNGJhZPrsHB
 CONFIGURE_ARGS += --with-mon-sd-password=e5fbjZnW+1hohTYFBfTXFe1KP7BIgCrAvY4fA4fg39TN
+# don't run as root except for the file daemon which will need those privs
+CONFIGURE_ARGS += --with-dir-user=bacula
+CONFIGURE_ARGS += --with-dir-group=bacula
+CONFIGURE_ARGS += --with-sd-user=bacula
+CONFIGURE_ARGS += --with-sd-group=bacula
 
 EXTRA_INC += $(includedir)/ncursesw
 EXTRA_LIB += $(prefix)/lib/ncursesw $(prefix)/mysql5/lib/mysql


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list