From a47026057cd99a0e1eb34d51ed644cc66ae20bc6 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 5 Oct 2009 21:42:16 +0200 Subject: removed unsecure reading/writting from ~HOME directory - daemon eunning under root can't read/write from ~HOME, so reading/writting config files have been moved to client (GUI) - uses gnome keyring to store the credentials --- src/Gui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Gui/Makefile.am') diff --git a/src/Gui/Makefile.am b/src/Gui/Makefile.am index 66317f9e..a3993fa5 100644 --- a/src/Gui/Makefile.am +++ b/src/Gui/Makefile.am @@ -6,7 +6,7 @@ PYTHON_FILES = CCDBusBackend.py CCDumpList.py CCDump.py CC_gui_functions.py \ CCReporterDialog.py CCReport.py abrt_utils.py \ CCMainWindow.py CellRenderers.py ABRTExceptions.py \ SettingsDialog.py ABRTPlugin.py PluginList.py PluginSettingsUI.py \ - PluginsSettingsDialog.py + PluginsSettingsDialog.py ConfBackend.py GLADE_FILES = ccgui.glade report.glade settings.glade dialogs.glade -- cgit