From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: c/r of pdeath Date: Fri, 19 Jun 2009 13:21:14 -0500 Message-ID: <20090619182114.GA27320@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Oren Laadan Cc: Linux Containers List-Id: containers.vger.kernel.org Hi Oren, commit 9a45e26c0aabda6a94e2ac620befd8ee12a7363d adds reset of pdeath_signal. It does so unconditionally. I don't think that's safe. Perhaps if pdeath_signal is anything other than 0, it should only be restored if the task is capable(CAP_KILL)? -serge