mirror of
https://github.com/containers/podman.git
synced 2025-09-21 03:35:06 +08:00
Vendor in latest containers/storage opencontainers/selinux
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
5
vendor/github.com/opencontainers/selinux/go-selinux/selinux_stub.go
generated
vendored
5
vendor/github.com/opencontainers/selinux/go-selinux/selinux_stub.go
generated
vendored
@ -107,6 +107,11 @@ func NewContext(label string) Context {
|
||||
return c
|
||||
}
|
||||
|
||||
// ClearLabels clears all reserved MLS/MCS levels
|
||||
func ClearLabels() {
|
||||
return
|
||||
}
|
||||
|
||||
// ReserveLabel reserves the MLS/MCS level component of the specified label
|
||||
func ReserveLabel(label string) {
|
||||
return
|
||||
|
Reference in New Issue
Block a user