Fix the libpod.LabelVolumePath stub

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač 2020-03-20 23:40:42 +01:00
parent e625b57d22
commit 054addf7ac
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ func assembleSystemdCgroupName(baseSlice, newSlice string) (string, error) {
// LabelVolumePath takes a mount path for a volume and gives it an
// selinux label of either shared or not
func LabelVolumePath(path string, shared bool) error {
func LabelVolumePath(path string) error {
return define.ErrNotImplemented
}