summaryrefslogtreecommitdiff
path: root/src/core/snapshot.c
diff options
context:
space:
mode:
authorOleksii Shevchuk <alxchk@gmail.com>2013-03-31 14:40:04 +0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-04-01 00:37:48 -0400
commitaa7c3195f220968907c616e0278e3bebe6eaafbd (patch)
treeb547b3153c8b237f0e5a373045e4b8678a6169ba /src/core/snapshot.c
parentd51539b182c0a8869e2063e82d04f8a5849bfbab (diff)
downloadsystemd-aa7c3195f220968907c616e0278e3bebe6eaafbd.tar.gz
Add AllowIsolate=yes to snapshots
Diffstat (limited to 'src/core/snapshot.c')
-rw-r--r--src/core/snapshot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/snapshot.c b/src/core/snapshot.c
index 5c2a319cb6..a3f5e908eb 100644
--- a/src/core/snapshot.c
+++ b/src/core/snapshot.c
@@ -256,6 +256,7 @@ int snapshot_create(Manager *m, const char *name, bool cleanup, DBusError *e, Sn
}
SNAPSHOT(u)->cleanup = cleanup;
+ u->allow_isolate = true;
*_s = SNAPSHOT(u);
return 0;