From 64747e2d4b6feb61e9f9e70d36ffcf5a972e168a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 30 Jun 2011 00:11:25 +0200 Subject: exec: add ControlGroupModify= switch to allow changing access mode to cgroups fs --- src/execute.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/execute.h') 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 -- cgit v1.2.3-54-g00ecf