File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ interface(`container_runtime_domtrans',`
19
19
corecmd_search_bin($1)
20
20
domtrans_pattern($1, container_runtime_exec_t, container_runtime_t)
21
21
allow container_runtime_t $1:fifo_file setattr;
22
+ allow $1 container_runtime_t:bpf prog_run;
22
23
')
23
24
24
25
########################################
Original file line number Diff line number Diff line change 1
- policy_module(container, 2 .240 .0 )
1
+ policy_module(container, 2 .241 .0 )
2
2
3
3
gen_require(`
4
4
class passwd rootok;
@@ -743,7 +743,7 @@ optional_policy(`
743
743
allow unconfined_domain_type { container_var_lib_t container_ro_file_t }:file entrypoint;
744
744
fs_fusefs_entrypoint(unconfined_domain_type)
745
745
746
- domtrans_pattern (unconfined_domain_type, container_runtime_exec_t , container_runtime_t )
746
+ container_runtime_domtrans (unconfined_domain_type)
747
747
')
748
748
749
749
optional_policy(`
@@ -1335,6 +1335,7 @@ container_manage_share_files(init_t)
1335
1335
container_manage_share_dirs(init_t)
1336
1336
container_filetrans_named_content(init_t)
1337
1337
container_runtime_read_tmpfs_files(init_t)
1338
+ allow init_t container_runtime_t:bpf prog_run;
1338
1339
1339
1340
gen_require(`
1340
1341
attribute device_node;
You can’t perform that action at this time.
0 commit comments