diff options
author | Timothy Pearson <[email protected]> | 2012-01-25 17:25:21 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-13 21:27:51 +0200 |
commit | e7453569450bd440b7331e6519d947fe6665ae0b (patch) | |
tree | 06bc7c16aae70a091e4dd4166bc2a1018a0e9275 /drkonqi/backtrace.h | |
parent | 9cb51ff61e3d88abae33613a94a0cdb3d120b967 (diff) | |
download | tdebase-e7453569450bd440b7331e6519d947fe6665ae0b.tar.gz tdebase-e7453569450bd440b7331e6519d947fe6665ae0b.zip |
Make drkonqui use tdesu when generating backtraces
This allows most Linux installations to gather backtraces with drkonqui
If a custom multiuser system does not allow sudo access for a user or users, backtraces
will not be available for those users. However, this change is due to Linux distributions
attempting to lock down a security hole, so drkonqui was broken for non-root users before
this commit anyway. Multiuser system administrators should collect and submit the backtraces anyway.
(cherry picked from commit ad1a71417d6aa07048a126a000c375bf1f0dc5c5)
Diffstat (limited to 'drkonqi/backtrace.h')
-rw-r--r-- | drkonqi/backtrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drkonqi/backtrace.h b/drkonqi/backtrace.h index 4a94bcfc6..661dc246d 100644 --- a/drkonqi/backtrace.h +++ b/drkonqi/backtrace.h @@ -61,6 +61,7 @@ private: KProcess *m_proc; const KrashConfig *m_krashconf; KTempFile *m_temp; + KTempFile *m_temp_cmd; TQString m_strBt; }; #endif |