Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SELinuxMount (0.1 sec)

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

    			SELinuxMount:      &seLinuxMount,
    		},
    	}, {
    		// driver name: numbers
    		ObjectMeta: metav1.ObjectMeta{Name: "1csi2driver3"},
    		Spec: storage.CSIDriverSpec{
    			AttachRequired:    &attachRequired,
    			PodInfoOnMount:    &podInfoOnMount,
    			RequiresRepublish: &notRequiresRepublish,
    			StorageCapacity:   &storageCapacity,
    			SELinuxMount:      &seLinuxMount,
    		},
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  2. pkg/kubelet/volumemanager/populator/desired_state_of_world_populator_test.go

    			pluginSupportsSELinux:   true,
    			expectedContext:         "system_u:object_r:container_file_t:s0:c3,c4",
    		},
    		{
    			name:                    "RWX with plugin with SELinux with full context in pod and SELinuxMount feature disabled",
    			accessModes:             []v1.PersistentVolumeAccessMode{v1.ReadWriteMany},
    			newContainerSELinuxOpts: fullOpts,
    			pluginSupportsSELinux:   true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.4K bytes
    - Viewed (0)
Back to top