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
d0205c8b
Commit
d0205c8b
authored
Jul 19, 2017
by
Pengfei Ni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add seccomp profile in sandbox security context
parent
2492477f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
api.pb.go
pkg/kubelet/apis/cri/v1alpha1/runtime/api.pb.go
+0
-0
api.proto
pkg/kubelet/apis/cri/v1alpha1/runtime/api.proto
+6
-0
No files found.
pkg/kubelet/apis/cri/v1alpha1/runtime/api.pb.go
View file @
d0205c8b
This diff is collapsed.
Click to expand it.
pkg/kubelet/apis/cri/v1alpha1/runtime/api.proto
View file @
d0205c8b
...
@@ -200,6 +200,12 @@ message LinuxSandboxSecurityContext {
...
@@ -200,6 +200,12 @@ message LinuxSandboxSecurityContext {
// This allows a sandbox to take additional security precautions if no
// This allows a sandbox to take additional security precautions if no
// privileged containers are expected to be run.
// privileged containers are expected to be run.
bool
privileged
=
6
;
bool
privileged
=
6
;
// Seccomp profile for the sandbox, candidate values are:
// * runtime/default: the default profile for the container runtime
// * unconfined: unconfined profile, ie, no seccomp sandboxing
// * localhost/<full-path-to-profile>: the profile installed on the node.
// <full-path-to-profile> is the full path of the profile.
string
seccomp_profile_path
=
7
;
}
}
// LinuxPodSandboxConfig holds platform-specific configurations for Linux
// LinuxPodSandboxConfig holds platform-specific configurations for Linux
...
...
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