diff --git a/src/lxc/monitor.c b/src/lxc/monitor.c index 87925dc74..5e21dc5ac 100644 --- a/src/lxc/monitor.c +++ b/src/lxc/monitor.c @@ -325,7 +325,6 @@ int lxc_monitord_spawn(const char *lxcpath) exit(EXIT_SUCCESS); } - umask(0); if (setsid() < 0) { SYSERROR("failed to setsid"); exit(EXIT_FAILURE);