From 292fb47cb67837bc203c3038f75968a978440be7 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 21 Feb 2011 18:39:48 +0100 Subject: run abrt-action-install-debuginfo.py using trivial sgid wrapper Signed-off-by: Jiri Moskovcak Signed-off-by: Denys Vlasenko --- src/daemon/Daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/Daemon.cpp') 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"); } -- cgit