summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-08-06 13:37:17 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-08-06 13:37:17 +0200
commita22aab94e9378eb01dd9232fe75c7015a6e8312e (patch)
treee29dca5f1cdb22bce65bc73dcc2b1859adc6e90b
parent1285626203000a83119cb7480f1aededca6f3240 (diff)
downloadabrt-a22aab94e9378eb01dd9232fe75c7015a6e8312e.tar.gz
abrt-a22aab94e9378eb01dd9232fe75c7015a6e8312e.tar.xz
abrt-a22aab94e9378eb01dd9232fe75c7015a6e8312e.zip
made /etc/abrt/plugins/Bugzilla.conf world-readable again
- files in /etc/abrt/plugins are meant for global settings and the daemon sends the content of these files to the client anyway, so there is no point making them not-readable for non-root users
-rw-r--r--lib/Plugins/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am
index 55a18634..83f7438f 100644
--- a/lib/Plugins/Makefile.am
+++ b/lib/Plugins/Makefile.am
@@ -56,7 +56,6 @@ $(DESTDIR)/$(DEBUG_INFO_DIR):
$(mkdir_p) '$@'
install-data-hook: $(DESTDIR)/$(DEBUG_INFO_DIR)
- chmod 0600 $(DESTDIR)$(sysconfdir)/abrt/plugins/Bugzilla.conf
sed 's: = /var/: = $(localstatedir)/:g' -i \
$(DESTDIR)$(sysconfdir)/abrt/plugins/SQLite3.conf \
$(DESTDIR)$(sysconfdir)/abrt/plugins/Logger.conf