You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
• Failure [4.215 seconds]
[k8s.io] Security Context
/home/dpark/go/src/github.com/kubernetes-incubator/cri-tools/pkg/framework/framework.go:72
SeccompProfilePath
/home/dpark/go/src/github.com/kubernetes-incubator/cri-tools/pkg/validate/security_context.go:410
docker/default
/home/dpark/go/src/github.com/kubernetes-incubator/cri-tools/pkg/validate/security_context.go:559
should support seccomp docker/default on the container [It]
/home/dpark/go/src/github.com/kubernetes-incubator/cri-tools/pkg/validate/security_context.go:560
Expected
<string>: Seccomp: 0
to contain substring
<string>: 2
/home/dpark/go/src/github.com/kubernetes-incubator/cri-tools/pkg/validate/security_context.go:906
That means basically that /proc/self/status shows Seccomp: 0 (not in seccomp mode). As rkt already supports the default seccomp profile docker/default, I'm not sure I understand.
There are many seccomp tests that fail. One of the simple examples is the test "should support seccomp docker/default on the container".
That means basically that
/proc/self/status
showsSeccomp: 0
(not in seccomp mode). As rkt already supports the default seccomp profiledocker/default
, I'm not sure I understand.On the other hand, not all seccomp tests fail. For example, the test
runtime should support setting hostname with docker/default seccomp profile and SYS_ADMIN
succeeds. Strange.The text was updated successfully, but these errors were encountered: