instance: add 'requirejail' attribute
[oweals/procd.git] / service / instance.h
index 7d91b51a34082a04d0d59afb0c615a780ea707f4..003a8c999d0e66b4c30c9f6c58624bbb0ef9f2f5 100644 (file)
@@ -59,6 +59,7 @@ struct service_instance {
 
        bool trace;
        bool has_jail;
+       bool require_jail;
        bool no_new_privs;
        struct jail jail;
        char *seccomp;