From c692d47f3fad31c7a642e7985cab884d7d3b7a16 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 5 Sep 2016 15:36:59 -0400 Subject: [PATCH] vunshare: add more todo --- vunshare.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vunshare.c b/vunshare.c index 5984f07..e76a985 100644 --- a/vunshare.c +++ b/vunshare.c @@ -7,6 +7,8 @@ * - Add userns support. * - Make pidns init optional. * - Make setproctitle nicer and include program argv[0]. + * - Set up prctl(PR_SET_PDEATHSIG). + * - Set up prctl(PR_SET_CHILD_SUBREAPER). */ #define _GNU_SOURCE -- 2.39.2