Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for unconfined (0.15 sec)

  1. 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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 18:46:31 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. 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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  3. 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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 18:46:31 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  4. 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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 18:46:31 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  5. 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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 18:46:32 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  6. 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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  7. 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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  8. 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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  9. 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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  10. 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: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
Back to top