mirror of https://github.com/containers/podman.git
Fix the libpod.LabelVolumePath stub
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
e625b57d22
commit
054addf7ac
|
@ -25,7 +25,7 @@ func assembleSystemdCgroupName(baseSlice, newSlice string) (string, error) {
|
||||||
|
|
||||||
// LabelVolumePath takes a mount path for a volume and gives it an
|
// LabelVolumePath takes a mount path for a volume and gives it an
|
||||||
// selinux label of either shared or not
|
// selinux label of either shared or not
|
||||||
func LabelVolumePath(path string, shared bool) error {
|
func LabelVolumePath(path string) error {
|
||||||
return define.ErrNotImplemented
|
return define.ErrNotImplemented
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue