diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-06-24 11:05:39 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-06-24 11:05:39 -0400 |
commit | 7330647cbd752274bd0b1826a24b68efd1cf5c1c (patch) | |
tree | af0386332bf4c3000cbe1e3c2639fb2245366cc4 /libpod/boltdb_state.go | |
parent | 6bc5dcc2829c2bc08923df0b50f71582d5558fe8 (diff) | |
download | podman-7330647cbd752274bd0b1826a24b68efd1cf5c1c.tar.gz podman-7330647cbd752274bd0b1826a24b68efd1cf5c1c.tar.bz2 podman-7330647cbd752274bd0b1826a24b68efd1cf5c1c.zip |
Fix inspect to display multiple label: changes
If the user runs a container like
podman run --security-opt seccomp=unconfined --security-opt label=type:spc_t --security-opt label=level:s0 ...
Podman inspect was only showing the second option
This change will show
"SecurityOpt": [
"label=type:spc_t,label=level:s0:c60",
"seccomp=unconfined"
],
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'libpod/boltdb_state.go')
0 files changed, 0 insertions, 0 deletions