summaryrefslogtreecommitdiffstats
path: root/src/Hooks/abrt-hook-python.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-191-4/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-hook-python: sanitize input more; log to syslogDenys Vlasenko2010-01-121-10/+43
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Fixing /var/cache/abrt/ permissions by allowing users to read, but not to ↵Karel Klic2010-01-121-1/+1
| | | | change their crash data. Adds abrt user, changes abrt-hook-python to use suid instead of sgid bit (uid=abrt), sets /var/cache/abrt and every dump subdirectory to be owned by abrt user. Read access for users and their own crashes is provided by group (/var/cache/abrt/ccpp-xxxx-xx has user's group).
* Catch and display ABRTException thrown by CDebugDump::CreateKarel Klic2010-01-111-1/+7
|
* *: misc fixesDenys Vlasenko2010-01-111-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-111-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-hook-python: add input sanitization and directory size guardDenys Vlasenko2010-01-111-16/+23
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* cmdline and daemon checking is done by abrt-python-hookKarel Klic2009-12-181-9/+11
|
* abrt-pyhook-helper rename part 2Denys Vlasenko2009-12-111-0/+120
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>