mirror of
https://github.com/containers/podman.git
synced 2025-11-29 09:37:38 +08:00
Vendor in latest containers/common with default capabilities
Also update vendor of containers/storage and image Cleanup display of added/dropped capabilties as well Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -113,8 +113,8 @@ var _ = Describe("Verify podman containers.conf usage", func() {
|
||||
Expect(result).Should(Exit(0))
|
||||
Expect(result.Out.Contents()).To(
|
||||
And(
|
||||
ContainSubstring("SYS_CHROOT"),
|
||||
ContainSubstring("NET_RAW"),
|
||||
ContainSubstring("FOWNER"),
|
||||
ContainSubstring("SETFCAP"),
|
||||
))
|
||||
})
|
||||
|
||||
@@ -130,8 +130,8 @@ var _ = Describe("Verify podman containers.conf usage", func() {
|
||||
Expect(result).Should(Exit(0))
|
||||
Expect(result.Out.Contents()).ToNot(
|
||||
And(
|
||||
ContainSubstring("SYS_CHROOT"),
|
||||
ContainSubstring("NET_RAW"),
|
||||
ContainSubstring("SETUID"),
|
||||
ContainSubstring("FOWNER"),
|
||||
))
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user