summaryrefslogtreecommitdiffstats
path: root/src/daemon/Daemon.cpp
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-02-21 18:39:48 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-02-21 18:39:48 +0100
commit292fb47cb67837bc203c3038f75968a978440be7 (patch)
treec6accb4d7adb365801b7f0c91e0b5a11067650ba /src/daemon/Daemon.cpp
parent004882408d093d324cc712c1f45166427589eac5 (diff)
downloadabrt-292fb47cb67837bc203c3038f75968a978440be7.tar.gz
abrt-292fb47cb67837bc203c3038f75968a978440be7.tar.xz
abrt-292fb47cb67837bc203c3038f75968a978440be7.zip
run abrt-action-install-debuginfo.py using trivial sgid wrapper
Signed-off-by: Jiri Moskovcak <jmoskovc@redhat.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/Daemon.cpp')
-rw-r--r--src/daemon/Daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/Daemon.cpp b/src/daemon/Daemon.cpp
index ca9cf0c5..f791fb38 100644
--- a/src/daemon/Daemon.cpp
+++ b/src/daemon/Daemon.cpp
@@ -515,7 +515,7 @@ static void sanitize_dump_dir_rights()
/* 00777 bits are usual "rwxrwxrwx" access rights */
ensure_writable_dir(DEBUG_DUMPS_DIR, 0755, "abrt");
/* debuginfo cache */
- ensure_writable_dir(DEBUG_INFO_DIR, 0755, "root");
+ ensure_writable_dir(DEBUG_INFO_DIR, 0775, "abrt");
/* temp dir */
ensure_writable_dir(VAR_RUN"/abrt", 0755, "root");
}