instance: allow jailed service to join namespace(s)
[project/procd.git] / service / instance.h
index bbd943c28ac2965f9f221db893b214b4815033f5..15eb99714c65bffd51d46d046b0bd19d0ada503a 100644 (file)
@@ -37,6 +37,7 @@ struct jail {
        char *hostname;
        char *pidfile;
        struct blobmsg_list mount;
+       struct blobmsg_list setns;
        int argc;
 };