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

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

trying to add more classes as inspired by the PR upstream

parent b43e7e5f
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -4,6 +4,10 @@ require {
type container_runtime_t;
type init_t;
class prog_run;
class map_create;
class map_read;
class map_write;
class prog_load;
}
#============= container_runtime_t ==============
allow container_runtime_t init_t:bpf prog_run;
\ No newline at end of file
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.
Finish editing this message first!
Please register or to comment