summaryrefslogtreecommitdiff
path: root/service/instance.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-12-11 12:04:52 +0100
committerJohn Crispin <blogic@openwrt.org>2015-12-11 12:04:52 +0100
commitdfd5816bcbef980b11c8a286f8f52a434651c528 (patch)
tree3636af51959e5891026fdfcde3edcd759334b482 /service/instance.h
parentdef4c1b9766cf04cfdf42ada9e27fff228d0dc19 (diff)
downloadprocd-dfd5816bcbef980b11c8a286f8f52a434651c528.tar.gz
instance, ujail: wire no_new_privs (-c) option
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Diffstat (limited to 'service/instance.h')
-rw-r--r--service/instance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/instance.h b/service/instance.h
index 43844dc..7700000 100644
--- a/service/instance.h
+++ b/service/instance.h
@@ -52,6 +52,7 @@ struct service_instance {
bool trace;
bool has_jail;
+ bool no_new_privs;
struct jail jail;
char *seccomp;