Skip to content

Commit

Permalink
add permissions note in scc (#4851)
Browse files Browse the repository at this point in the history
* permissions comments to scc

* update scc
  • Loading branch information
DylanLovesCoffee authored Feb 12, 2020
1 parent cbbb11d commit 79046ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfiles/manifests/openshift/scc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ runAsUser:
type: RunAsAny
supplementalGroups:
type: RunAsAny
# If your environment restricts user access to the Docker socket or journald (for logging)
# create or use an existing group that has access and add the GID to
# the lines below (also remove the previous line, `type: RunAsAny`)
# type: MustRunAs
# ranges:
# - min: <min-group-ID>
# - max: <max-group-ID>
seccompProfiles: []
requiredDropCapabilities: []
allowedCapabilities: []

0 comments on commit 79046ed

Please sign in to comment.