Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
6351e252
Commit
6351e252
authored
May 15, 2018
by
Zhen Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use runtime/default as default seccomp profile for unprivileged PodSecurityPolicy
parent
bd0d0937
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
event-exporter-psp.yaml
...s/fluentd-gcp/podsecuritypolicies/event-exporter-psp.yaml
+2
-2
fluentd-gcp-psp.yaml
...dons/fluentd-gcp/podsecuritypolicies/fluentd-gcp-psp.yaml
+2
-2
persistent-volume-binder.yaml
.../addons/podsecuritypolicies/persistent-volume-binder.yaml
+2
-2
unprivileged-addon.yaml
...er/gce/addons/podsecuritypolicies/unprivileged-addon.yaml
+2
-2
No files found.
cluster/addons/fluentd-gcp/podsecuritypolicies/event-exporter-psp.yaml
View file @
6351e252
...
...
@@ -4,8 +4,8 @@ metadata:
name
:
gce.event-exporter
annotations
:
kubernetes.io/description
:
'
Policy
used
by
the
event-exporter
addon.'
# TODO: event-exporter should run with the default seccomp profile
seccomp.security.alpha.kubernetes.io/allowedProfileNames
:
'
*
'
seccomp.security.alpha.kubernetes.io/defaultProfileName
:
'
docker/default'
seccomp.security.alpha.kubernetes.io/allowedProfileNames
:
'
runtime/default,docker/default
'
# 'runtime/default' is already the default, but must be filled in on the
# pod to pass admission.
apparmor.security.beta.kubernetes.io/defaultProfileName
:
'
runtime/default'
...
...
cluster/addons/fluentd-gcp/podsecuritypolicies/fluentd-gcp-psp.yaml
View file @
6351e252
...
...
@@ -4,8 +4,8 @@ metadata:
name
:
gce.fluentd-gcp
annotations
:
kubernetes.io/description
:
'
Policy
used
by
the
fluentd-gcp
addon.'
# TODO: fluentd-gcp should run with the default seccomp profile
seccomp.security.alpha.kubernetes.io/allowedProfileNames
:
'
*
'
seccomp.security.alpha.kubernetes.io/defaultProfileName
:
'
docker/default'
seccomp.security.alpha.kubernetes.io/allowedProfileNames
:
'
runtime/default,docker/default
'
# 'runtime/default' is already the default, but must be filled in on the
# pod to pass admission.
apparmor.security.beta.kubernetes.io/defaultProfileName
:
'
runtime/default'
...
...
cluster/gce/addons/podsecuritypolicies/persistent-volume-binder.yaml
View file @
6351e252
...
...
@@ -5,8 +5,8 @@ metadata:
annotations
:
kubernetes.io/description
:
'
Policy
used
by
the
persistent-volume-binder
(a.k.a.
persistentvolume-controller)
to
run
recycler
pods.'
# TODO: This should use the default seccomp profile.
seccomp.security.alpha.kubernetes.io/allowedProfileNames
:
'
*
'
seccomp.security.alpha.kubernetes.io/defaultProfileName
:
'
docker/default'
seccomp.security.alpha.kubernetes.io/allowedProfileNames
:
'
runtime/default,docker/default
'
labels
:
kubernetes.io/cluster-service
:
'
true'
addonmanager.kubernetes.io/mode
:
Reconcile
...
...
cluster/gce/addons/podsecuritypolicies/unprivileged-addon.yaml
View file @
6351e252
...
...
@@ -7,8 +7,8 @@ metadata:
privilege
necessary
to
run
non-privileged
kube-system
pods.
This
policy
is
not
intended
for
use
outside
of
kube-system,
and
may
include
further
restrictions
in
the
future.'
# TODO: Addons should use the default seccomp profile.
seccomp.security.alpha.kubernetes.io/allowedProfileNames
:
'
*
'
seccomp.security.alpha.kubernetes.io/defaultProfileName
:
'
docker/default'
seccomp.security.alpha.kubernetes.io/allowedProfileNames
:
'
runtime/default,docker/default
'
# 'runtime/default' is already the default, but must be filled in on the
# pod to pass admission.
apparmor.security.beta.kubernetes.io/defaultProfileName
:
'
runtime/default'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment