summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-29 19:58:31 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-29 19:58:31 +0200
commit70aac3b744156d9b77b6720b23e63f7f979c7b96 (patch)
tree944d43feb6c4fbf649db1b671527493ccfa84f1e /doc
parent93101c6aae7b2aaa1d1533c37cf0b0109689c9e1 (diff)
downloadabrt-70aac3b744156d9b77b6720b23e63f7f979c7b96.tar.gz
abrt-70aac3b744156d9b77b6720b23e63f7f979c7b96.tar.xz
abrt-70aac3b744156d9b77b6720b23e63f7f979c7b96.zip
remove DBusManager::uniq_name
also fix some whitespace damage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/DESIGN4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/DESIGN b/doc/DESIGN
index 52f3847c..9419da7f 100644
--- a/doc/DESIGN
+++ b/doc/DESIGN
@@ -93,9 +93,9 @@ The key dbus calls served by abrt-process are:
After it returns, when report creation thread has finished,
JobDone(client_dbus_ID,UUID) dbus signal is emitted.
[Problem: how to do privilegged plugin specific actions?]
- Solution: if plugin needs an access to some root only accessible dir then
+ Solution: if plugin needs an access to some root only accessible dir then
abrt should be run by root anyway
- - debuginfo gets installed using pkg-debug-install, which cares about
+ - debuginfo gets installed using pkg-debug-install, which cares about
privileges itself, so no problem here
- GetJobResult(UUID): returns map_crash_report_t (map_vector_string_t)
- Report(map_crash_report_t (map_vector_string_t)):