summaryrefslogtreecommitdiff
path: root/src/core/execute.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-12-13 22:30:07 -0500
committerGitHub <noreply@github.com>2016-12-13 22:30:07 -0500
commit9cf314f34d9ca26bb8867effdf54fc2c78b06f31 (patch)
tree62f00b1788b78f3ab19c5b14a5f98fc530c1bc18 /src/core/execute.h
parent9ef4e1e5a2d0a9cc50406f1cae05f3918d6f0c2a (diff)
parentf59d1da8cd15d42b36fa5bab756cf4d144785e2b (diff)
Merge pull request #4727 from poettering/exec-bind
More namespace improvements
Diffstat (limited to 'src/core/execute.h')
-rw-r--r--src/core/execute.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/execute.h b/src/core/execute.h
index 951c8f4da3..84ab4339cf 100644
--- a/src/core/execute.h
+++ b/src/core/execute.h
@@ -161,6 +161,8 @@ struct ExecContext {
char **read_write_paths, **read_only_paths, **inaccessible_paths;
unsigned long mount_flags;
+ BindMount *bind_mounts;
+ unsigned n_bind_mounts;
uint64_t capability_bounding_set;
uint64_t capability_ambient_set;