***
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
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
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
9004a8d2
Commit
9004a8d2
authored
2 years ago
by
Lahmer, Thomas
Browse files
Options
Downloads
Patches
Plain Diff
adjusted selinux policy for my-kube-apiserver.te
parent
030a3a8d
No related branches found
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-kube-apiserver.te
+9
-0
9 additions, 0 deletions
roles/rke2/selinux/my-kube-apiserver.te
with
9 additions
and
0 deletions
roles/rke2/selinux/my-kube-apiserver.te
+
9
−
0
View file @
9004a8d2
module my-kube-apiserver 1.0;
require {
type container_var_lib_t;
type rke2_service_t;
class file watch;
}
#============= rke2_service_t ==============
allow rke2_service_t container_var_lib_t:file watch;
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