podman/pkg/spec
Daniel J Walsh 57a8c2e5e8
Mount proper cgroup for systemd to manage inside of the container.
We are still requiring oci-systemd-hook to be installed in order to run
systemd within a container.  This patch properly mounts

/sys/fs/cgroup/systemd/libpod_parent/libpod-UUID on /sys/fs/cgroup/systemd inside of container.

Since we need the UUID of the container, we needed to move Systemd to be a config option of the
container.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2018-10-15 16:19:11 -04:00
..
config_linux.go rootless: raise an error when trying to use cgroups 2018-10-01 09:33:12 +02:00
config_unsupported.go spec: Make addPrivilegedDevices and createBlockIO per-platform 2018-07-06 00:48:40 +00:00
createconfig.go Mount proper cgroup for systemd to manage inside of the container. 2018-10-15 16:19:11 -04:00
parse.go Pass on securityOpts from podInfraContainer to container added to pod. 2018-09-11 13:31:55 +00:00
ports.go Spell check strings and comments 2018-05-25 08:45:15 +00:00
spec.go Mount proper cgroup for systemd to manage inside of the container. 2018-10-15 16:19:11 -04:00
spec_test.go Swap default mount propagation from private to rprivate 2018-09-13 21:35:44 +00:00