Files
runc/man
Adrian Reber 535f25c44f Allow restoring with a different LSM profile
Restoring an SELinux enabled container with Podman will result in
a container with the exactly same SELinux process labels as during
checkpointing. CRIU takes care of all the process labels.

Restoring multiple copies of a checkpointed container will result in all
containers having the same SELinux process labels, which might be
undesired.

When looking at Pods all container in a Pod share the process label
of the infrastructure container. To restore a container into and
existing Pod it is necessary to tell CRIU to restore the container
with the infrastructure container process label.

CRIU supports setting different process labels using --lsm-profile for a
long time and this just passes the process label information from runc
to CRIU.

Unfortunately CRIU has a bug as no one was using the --lsm-profile
option so this changes requires the upcoming CRIU version 3.16.

Signed-off-by: Adrian Reber <areber@redhat.com>
2021-06-07 18:05:24 +02:00
..
2019-08-06 21:29:31 +02:00
2019-08-06 21:29:31 +02:00
2019-08-06 21:29:31 +02:00
2019-08-06 21:29:31 +02:00
2019-08-06 21:29:31 +02:00
2019-08-06 21:29:31 +02:00
2019-08-06 21:29:31 +02:00
2019-08-06 21:29:31 +02:00
2019-08-06 21:29:31 +02:00
2019-08-06 21:29:31 +02:00
2019-08-06 21:29:31 +02:00
2019-08-06 21:29:31 +02:00
2019-08-06 21:29:31 +02:00
2019-08-06 21:29:31 +02:00
2021-04-12 12:18:11 -07:00
2019-08-06 21:29:31 +02:00

runc man pages

This directory contains man pages for runc in markdown format.

To generate man pages from it, use this command

./md2man-all.sh

You will see man pages generated under the man8 directory.