summaryrefslogtreecommitdiffstats
path: root/lib/Utils/DebugDump.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-11 12:12:53 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-11 12:12:53 +0100
commit20645ae11a8a9a89cc712896b2f72a25bc62c8db (patch)
treed690f80802f03d1895c5dc3a7a04c7ceef0d1518 /lib/Utils/DebugDump.h
parentedf6beb585dc38c365ccbdaae85756b2814e1329 (diff)
DebugDump: more consistent logic in setting mode and uid:gid on dump dir
With comments! yay. Before it, too restrictive mode was preventing python craches to be handled. Signed-off-by: Karel Klic <kklic@redhat.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils/DebugDump.h')
-rw-r--r--lib/Utils/DebugDump.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Utils/DebugDump.h b/lib/Utils/DebugDump.h
index ce515db..d3eebb4 100644
--- a/lib/Utils/DebugDump.h
+++ b/lib/Utils/DebugDump.h
@@ -51,6 +51,8 @@ class CDebugDump
DIR* m_pGetNextFileDir;
bool m_bOpened;
bool m_bLocked;
+ uid_t m_uid;
+ gid_t m_gid;
void SaveKernelArchitectureRelease();