Files
runc/features_pathrslite.go
T
Aleksa Sarai e650692bc2 runc: add libpathrs info to --version and features
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
(cherry picked from commit 1e20abef19)
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
2026-06-18 22:33:21 +02:00

8 lines
86 B
Go

//go:build !libpathrs
package main
func pathrsVersionString() string {
return ""
}