Add Security information to podman info

When debugging issues, it would be helpful to know the
security settings of the system running into the problem.
Adding security info to `podman info` is also useful to users.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2020-12-21 10:10:47 -05:00
parent 182646b01a
commit 04b43ccf64
11 changed files with 123 additions and 82 deletions

View File

@ -1,4 +1,4 @@
package version
// Version is the version of the build.
const Version = "0.31.2-dev"
const Version = "0.31.2"