Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadostin Stoyanov <rstoyanov1@gmail.com>2019-01-17 11:43:34 +0300
committerAndrei Vagin <avagin@gmail.com>2019-04-21 06:25:26 +0300
commitbd6f9672d25e9ee77323f4bd95f0f09d71826794 (patch)
tree61aec8d50a38cf9e1603a0f3321cf8d86529aef7 /Documentation
parentb42b3e2ada305fbde3c1851ed59371ae78d16a34 (diff)
criu(8): Document --lsm-profile
The option --lsm-profile was added with commit: 6af96c8404181e63d2424d1695fd7f8a42a291bf lsm: add a --lsm-profile flag In LXD, we use the container name in the LSM profile. If the container name is changed on migrate (on the host side), we want to use a different LSM profile name (a. la. --cgroup-root). This flag adds that support. A usage example is available in https://github.com/lxc/lxc/commit/13389b2963692a51162c703d8a64a79542b18949 Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com> Signed-off-by: Andrei Vagin <avagin@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/criu.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index 0a024292d..ea02613dd 100644
--- a/Documentation/criu.txt
+++ b/Documentation/criu.txt
@@ -445,6 +445,10 @@ The 'mode' may be one of the following:
*-l*, *--file-locks*::
Restore file locks from the image.
+*--lsm-profile* 'type'*:*'name'::
+ Specify an LSM profile to be used during restore. The `type` can be
+ either *apparmor* or *selinux*.
+
*--auto-dedup*::
As soon as a page is restored it get punched out from image.