***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Datalab Openstack RKE2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HPC
DataLab
Ansible
Collections
Datalab Openstack RKE2
Commits
d800983f
Commit
d800983f
authored
3 years ago
by
entlein
Browse files
Options
Downloads
Patches
Plain Diff
trying to add more classes as inspired by the PR upstream
parent
b43e7e5f
Branches
Branches containing commit
No related tags found
1 merge request
!1
Restore main as the default branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/rke2/selinux/my-runc.te
+5
-1
5 additions, 1 deletion
roles/rke2/selinux/my-runc.te
with
5 additions
and
1 deletion
roles/rke2/selinux/my-runc.te
+
5
−
1
View file @
d800983f
...
@@ -4,6 +4,10 @@ require {
...
@@ -4,6 +4,10 @@ require {
type container_runtime_t;
type container_runtime_t;
type init_t;
type init_t;
class prog_run;
class prog_run;
class map_create;
class map_read;
class map_write;
class prog_load;
}
}
#============= container_runtime_t ==============
#============= container_runtime_t ==============
allow container_runtime_t init_t:bpf prog_run;
allow container_runtime_t domain:bpf { map_create map_read map_write prog_load prog_run };
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment