runc: add libpathrs info to --version and features

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
Aleksa Sarai
2026-06-18 10:49:35 +02:00
parent d47bf88349
commit 1e20abef19
7 changed files with 38 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
//go:build !libpathrs
package main
func pathrsVersionString() string {
return ""
}