mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
runc: add libpathrs info to --version and features
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//go:build !libpathrs
|
||||
|
||||
package main
|
||||
|
||||
func pathrsVersionString() string {
|
||||
return ""
|
||||
}
|
||||
Reference in New Issue
Block a user