userns_setns_test.c
userns_setns_test.c
Posted Oct 12, 2014 18:18 UTC (Sun) by pto (guest, #5753)Parent article: userns_setns_test.c
I think the line:
if (setns(fd, CLONE_NEWNS) == -1)
should be:
if (setns(fd, CLONE_NEWUSER) == -1)
