mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
Vendor common
Added patch provided by rhatdan to add support for shareable [NO NEW TESTS NEEDED] Signed-off-by: rvandernoort <s.r.vandernoort@student.tudelft.nl>
This commit is contained in:
@@ -254,7 +254,7 @@ func (n IpcMode) IsHost() bool {
|
||||
return n == hostType
|
||||
}
|
||||
|
||||
// IsShareable indicates whether the container's ipc namespace can be shared with another container.
|
||||
// IsShareable indicates whether the container uses its own shareable ipc namespace which can be shared.
|
||||
func (n IpcMode) IsShareable() bool {
|
||||
return n == shareableType
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user