mirror of
https://github.com/containers/podman.git
synced 2025-12-16 03:57:36 +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/label/label.go
generated
vendored
5
vendor/github.com/opencontainers/selinux/go-selinux/label/label.go
generated
vendored
@@ -48,6 +48,11 @@ func GetPidLabel(pid int) (string, error) {
|
||||
func Init() {
|
||||
}
|
||||
|
||||
// ClearLabels clears all reserved labels
|
||||
func ClearLabels() {
|
||||
return
|
||||
}
|
||||
|
||||
func ReserveLabel(label string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user