{ "uts", no_argument, 0, 'u' },
{ "ipc", no_argument, 0, 'i' },
{ "net", no_argument, 0, 'n' },
{ NULL, 0, 0, 0 }
};
int unshare_flags = 0;
-