diff options
Diffstat (limited to 'src/execute.h')
-rw-r--r-- | src/execute.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/execute.h b/src/execute.h index 55bae24a21..a2d9072357 100644 --- a/src/execute.h +++ b/src/execute.h @@ -160,6 +160,8 @@ struct ExecContext { bool non_blocking; bool private_tmp; + bool control_group_modify; + /* This is not exposed to the user but available * internally. We need it to make sure that whenever we spawn * /bin/mount it is run in the same process group as us so |