*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit d963a796 authored by entlein's avatar entlein
Browse files

trying to add more classes as inspired by the PR upstream

parent d800983f
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
...@@ -2,12 +2,7 @@ module my-runc 1.0; ...@@ -2,12 +2,7 @@ module my-runc 1.0;
require { require {
type container_runtime_t; type container_runtime_t;
type init_t; type bpf;
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 domain:bpf { map_create map_read map_write prog_load prog_run }; allow container_runtime_t domain:bpf { map_create map_read map_write prog_load prog_run };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment