Skip to content

Commit ec8512b

Browse files
committed
compile error fix in selinux vendor
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
1 parent 854f494 commit ec8512b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vendor/src/github.com/opencontainers/runc/libcontainer/label/label_selinux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func InitLabels(options []string) (string, string, error) {
4949
mcon[con[0]] = con[1]
5050
}
5151
}
52-
_ = ReleaseLabel(processLabel)
52+
_ = UnreserveLabel(processLabel)
5353
processLabel = pcon.Get()
5454
mountLabel = mcon.Get()
5555
_ = ReserveLabel(processLabel)

0 commit comments

Comments
 (0)