1. 12 Aug, 2013 4 commits
  2. 11 Aug, 2013 12 commits
  3. 14 Aug, 2013 4 commits
  4. 13 Aug, 2013 1 commit
  5. 11 Aug, 2013 8 commits
  6. 13 Aug, 2013 3 commits
  7. 10 Aug, 2013 1 commit
  8. 09 Aug, 2013 6 commits
  9. 07 Aug, 2013 1 commit
    • Andrew Vagin's avatar
      restore: unset dumpable flag for zombies (v2) · 53aae957
      Andrew Vagin authored
      We have already tried to prevent generating core files for zombies:
      
      commit 6da52216
      Author: Andrey Vagin <avagin@openvz.org>
      Date:   Fri Jul 12 18:14:23 2013 +0400
      
          restore: set the zero limit for RLIMIT_CORE
      
      But it doesn't work if a core file is sent into a pipe.
      This functionality is used by the abrt daemon for example.
      
      This patch uses more direct way, it unsets the dumpable flag with help
      of PR_SET_DUMPABLE.
      
      v2: remove the previous hack
      Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      53aae957