From 4b222fe2909803e94241474c1f05d5321b02bfc0 Mon Sep 17 00:00:00 2001 From: asararatnakar Date: Fri, 11 Nov 2022 07:43:09 -0500 Subject: [PATCH] remove the psp file Signed-off-by: asararatnakar --- sample-network/config/rbac/hlf-psp.yaml | 48 ------------------------- 1 file changed, 48 deletions(-) delete mode 100644 sample-network/config/rbac/hlf-psp.yaml diff --git a/sample-network/config/rbac/hlf-psp.yaml b/sample-network/config/rbac/hlf-psp.yaml deleted file mode 100644 index dcd53c72..00000000 --- a/sample-network/config/rbac/hlf-psp.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# -# Copyright contributors to the Hyperledger Fabric Operator project -# -# SPDX-License-Identifier: Apache-2.0 -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at: -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---- -apiVersion: policy/v1beta1 -kind: PodSecurityPolicy -metadata: - name: ibm-hlfsupport-psp -spec: - hostIPC: false - hostNetwork: false - hostPID: false - privileged: true - allowPrivilegeEscalation: true - readOnlyRootFilesystem: false - seLinux: - rule: RunAsAny - supplementalGroups: - rule: RunAsAny - runAsUser: - rule: RunAsAny - fsGroup: - rule: RunAsAny - requiredDropCapabilities: - - ALL - allowedCapabilities: - - NET_BIND_SERVICE - - CHOWN - - DAC_OVERRIDE - - SETGID - - SETUID - - FOWNER - volumes: - - '*'