Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for privilege (0.33 sec)

  1. pkg/apis/core/validation/validation_test.go

    	}{{
    		// implicitly non-privileged container + no propagation
    		core.VolumeMount{Name: "foo", MountPath: "/foo"},
    		defaultContainer,
    		false,
    	}, {
    		// implicitly non-privileged container + HostToContainer
    		core.VolumeMount{Name: "foo", MountPath: "/foo", MountPropagation: &propagationHostToContainer},
    		defaultContainer,
    		false,
    	}, {
    		// non-privileged container + None
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

     - CVE-2020-8559 (Medium): Privilege escalation from compromised node to cluster. See https://github.com/kubernetes/kubernetes/issues/92914 for more details.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

              {{- end }}
                resources:
              {{ template "resources" . }}
                securityContext:
                  allowPrivilegeEscalation: {{ .Values.global.proxy.privileged }}
                  privileged: {{ .Values.global.proxy.privileged }}
                  capabilities:
                {{- if not .Values.istio_cni.enabled }}
                    add:
                    - NET_ADMIN
                    - NET_RAW
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "privileged": {
                "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.",
                "type": "boolean"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top