spiegel_podman/pkg/specgen/generate
Daniel J Walsh 4c4a00f63e
Support default profile for apparmor
Currently you can not apply an ApparmorProfile if you specify
--privileged.  This patch will allow both to be specified
simultaniosly.

By default Apparmor should be disabled if the user
specifies --privileged, but if the user specifies --security apparmor:PROFILE,
with --privileged, we should do both.

Added e2e run_apparmor_test.go

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-07-22 06:27:20 -04:00
..
config_linux.go Mask out /sys/dev to prevent information leak from the host 2020-07-14 13:16:56 -04:00
config_linux_cgo.go move go module to v2 2020-07-06 15:50:12 +02:00
config_linux_nocgo.go move go module to v2 2020-07-06 15:50:12 +02:00
container.go Pids-limit should only be set if the user set it 2020-07-10 12:46:16 -04:00
container_create.go Add --umask flag for create, run 2020-07-21 14:22:30 -04:00
namespaces.go libpod: pass down network options 2020-07-16 22:37:27 +02:00
oci.go Support default profile for apparmor 2020-07-22 06:27:20 -04:00
pod_create.go Fix container and pod create commands for remote create 2020-07-10 11:22:23 -04:00
ports.go Fix "Error: unrecognized protocol \"TCP\" in port mapping" 2020-07-15 14:30:32 +09:00
security.go Support default profile for apparmor 2020-07-22 06:27:20 -04:00
storage.go move go module to v2 2020-07-06 15:50:12 +02:00
validate.go move go module to v2 2020-07-06 15:50:12 +02:00