diff options
| author | dnovotny <danny@rawhide.localdomain> | 2009-09-14 09:40:28 -0400 |
|---|---|---|
| committer | dnovotny <danny@rawhide.localdomain> | 2009-09-14 09:40:28 -0400 |
| commit | 648a9cd08da32494227c4d36a4401fd877d6e03a (patch) | |
| tree | 40e6bd7ef22051ada9437ef22da9d2436a3fd358 /src/Daemon/Daemon.cpp | |
| parent | 814506ae62986c3c3b667afdae7a33fe6b9e690f (diff) | |
| parent | ac72b4b35e15c0823dc8c1f68684349a5e34c72a (diff) | |
| download | abrt-648a9cd08da32494227c4d36a4401fd877d6e03a.tar.gz abrt-648a9cd08da32494227c4d36a4401fd877d6e03a.tar.xz abrt-648a9cd08da32494227c4d36a4401fd877d6e03a.zip | |
Merge branch 'master' of git://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Daemon/Daemon.cpp')
| -rw-r--r-- | src/Daemon/Daemon.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp index 5e05be7..8c5f613 100644 --- a/src/Daemon/Daemon.cpp +++ b/src/Daemon/Daemon.cpp @@ -699,7 +699,11 @@ int main(int argc, char** argv) g_pMainloop = g_main_loop_new(NULL, FALSE); /* Watching DEBUG_DUMPS_DIR for new files... */ VERB1 log("Initializing inotify"); - sanitize_dump_dir_rights(); + /*FIXME: python hook runs with ordinary user privileges, + so it fails if everyone doesn't have write acces + to DEBUG_DUMPS_DIR + */ + //sanitize_dump_dir_rights(); errno = 0; int inotify_fd = inotify_init(); if (inotify_fd == -1) |
