- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 33 for unconfined (0.17 sec)
-
pkg/security/apparmor/helpers_test.go
}, { name: "pod profile", podProfile: runtimeDefault, expectedProfile: runtimeDefault, }, { name: "container profile", containerProfile: unconfined, expectedProfile: unconfined, }, { name: "annotation profile", annotationProfile: v1.DeprecatedAppArmorBetaProfileNamePrefix + "test", expectedProfile: localhost, }, {
Registered: 2024-06-15 01:39 - Last Modified: 2024-03-06 18:46 - 3.7K bytes - Viewed (0) -
pkg/kubelet/kuberuntime/helpers_linux_test.go
}, { description: "pod seccomp profile set to unconfined returns unconfined", podSc: &v1.PodSecurityContext{SeccompProfile: &v1.SeccompProfile{Type: v1.SeccompProfileTypeUnconfined}}, expectedProfile: unconfinedProfile, }, { description: "container seccomp profile set to unconfined returns unconfined",
Registered: 2024-06-15 01:39 - Last Modified: 2024-04-24 18:25 - 16.6K bytes - Viewed (0) -
staging/src/k8s.io/api/core/v1/annotation_key_constants.go
SeccompProfileRuntimeDefault string = "runtime/default" // SeccompProfileNameUnconfined is the unconfined seccomp profile. SeccompProfileNameUnconfined string = "unconfined" // SeccompLocalhostProfileNamePrefix is the prefix for specifying profiles loaded from the node's disk. SeccompLocalhostProfileNamePrefix = "localhost/"
Registered: 2024-06-15 01:39 - Last Modified: 2024-03-06 18:46 - 8.6K bytes - Viewed (0) -
pkg/apis/core/annotation_key_constants.go
DeprecatedAppArmorAnnotationValueLocalhostPrefix = "localhost/" // DeprecatedAppArmorAnnotationValueUnconfined is the Unconfined AppArmor profile DeprecatedAppArmorAnnotationValueUnconfined = "unconfined" // PreferAvoidPodsAnnotationKey represents the key of preferAvoidPods data (json serialized) // in the Annotations of a Node.
Registered: 2024-06-15 01:39 - Last Modified: 2024-03-06 18:46 - 8.7K bytes - Viewed (0) -
pkg/security/apparmor/helpers.go
podutil "k8s.io/kubernetes/pkg/api/v1/pod" "k8s.io/kubernetes/pkg/features" ) // Checks whether app armor is required for the pod to run. AppArmor is considered required if any // non-unconfined profiles are specified. func isRequired(pod *v1.Pod) bool { if pod.Spec.SecurityContext != nil && pod.Spec.SecurityContext.AppArmorProfile != nil &&
Registered: 2024-06-15 01:39 - Last Modified: 2024-03-06 18:46 - 3.5K bytes - Viewed (0) -
pkg/kubelet/kuberuntime/helpers_test.go
}, expectedOldProfile: "runtime/default", }, { name: "unconfined", podProfile: &v1.AppArmorProfile{Type: v1.AppArmorProfileTypeUnconfined}, expectedProfile: &runtimeapi.SecurityProfile{ ProfileType: runtimeapi.SecurityProfile_Unconfined, }, expectedOldProfile: "unconfined", }, { name: "localhost", podProfile: &v1.AppArmorProfile{
Registered: 2024-06-15 01:39 - Last Modified: 2024-04-24 18:25 - 11.7K bytes - Viewed (0) -
pkg/kubelet/kuberuntime/kuberuntime_sandbox_test.go
pod: newSeccompPod(nil, nil, "unconfined", ""), expectedProfile: v1.SeccompProfileTypeRuntimeDefault, }, { description: "seccomp annotation defined at container level should not be honoured", pod: newSeccompPod(nil, nil, "", "unconfined"), expectedProfile: v1.SeccompProfileTypeRuntimeDefault, }, }
Registered: 2024-06-15 01:39 - Last Modified: 2024-04-24 18:25 - 14.3K bytes - Viewed (0) -
pkg/api/pod/warnings_test.go
}{ { name: "annotations", template: &api.PodTemplateSpec{ ObjectMeta: metav1.ObjectMeta{Annotations: map[string]string{ `container.apparmor.security.beta.kubernetes.io/foo`: `unconfined`, }}, Spec: api.PodSpec{Containers: []api.Container{{Name: "foo"}}}, }, expected: []string{
Registered: 2024-06-15 01:39 - Last Modified: 2024-03-07 17:51 - 42.1K bytes - Viewed (0) -
pkg/registry/core/pod/strategy_test.go
}, }, validation: func(t *testing.T, pod *api.Pod) { assert.Empty(t, pod.Annotations) assert.Nil(t, pod.Spec.SecurityContext.AppArmorProfile) }, }, { description: "Pod field unconfined and no annotation present", pod: &api.Pod{ Spec: api.PodSpec{ SecurityContext: &api.PodSecurityContext{ AppArmorProfile: &api.AppArmorProfile{ Type: api.AppArmorProfileTypeUnconfined,
Registered: 2024-06-15 01:39 - Last Modified: 2024-04-24 18:25 - 76.2K bytes - Viewed (0) -
okhttp-android/src/main/baseline-prof.txt
HSPLkotlinx/coroutines/ThreadLocalEventLoop;-><clinit>()V HSPLkotlinx/coroutines/ThreadLocalEventLoop;->getEventLoop$kotlinx_coroutines_core()Lkotlinx/coroutines/EventLoop; HSPLkotlinx/coroutines/Unconfined;-><clinit>()V HSPLkotlinx/coroutines/Unconfined;-><init>()V HSPLkotlinx/coroutines/UndispatchedCoroutine;-><init>(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/Continuation;)V
Registered: 2024-06-16 04:42 - Last Modified: 2022-03-21 11:22 - 127.9K bytes - Viewed (1)