From: Kern Sibbald Date: Fri, 14 Dec 2012 19:44:46 +0000 (+0100) Subject: Allow group to cd to sysconfdir X-Git-Tag: Release-5.2.13~52 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ad6a38d279ecdf76fa17a195ced9aa5606e409ab;p=bacula%2Fbacula Allow group to cd to sysconfdir --- diff --git a/bacula/Makefile.in b/bacula/Makefile.in index a308e147ac..5483fe3197 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -94,7 +94,7 @@ libtool: Makefile $(LIBTOOL_DEPS) installdirs: $(MKDIR) $(DESTDIR)$(sbindir) $(MKDIR) $(DESTDIR)$(sysconfdir) - chmod 760 $(DESTDIR)$(sysconfdir) + chmod 770 $(DESTDIR)$(sysconfdir) -if test "x$(dir_user)" != "x" ; then \ chown $(dir_user) $(DESTDIR)$(sysconfdir); \ fi