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:
@@ -22,4 +22,7 @@ const (
|
||||
// AnnotationLibseccompVersion is the version of libseccomp, e.g., "2.5.1".
|
||||
// Note that the runtime MAY support seccomp even when this annotation is not present.
|
||||
AnnotationLibseccompVersion = "io.github.seccomp.libseccomp.version"
|
||||
|
||||
// AnnotationLibpathrsVersion is the runtime version of libpathrs.
|
||||
AnnotationLibpathrsVersion = "com.cyphar.pathrs.libpathrs.version"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user