File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- policy_module(container, 2 .166 .0 )
1
+ policy_module(container, 2 .167 .0 )
2
2
3
3
gen_require(`
4
4
class passwd rootok;
@@ -600,6 +600,7 @@ optional_policy(`
600
600
allow container_runtime_t unconfined_t:process transition;
601
601
allow unconfined_domain_type { container_var_lib_t container_ro_file_t }:file entrypoint;
602
602
fs_fusefs_entrypoint(unconfined_domain_type)
603
+ allow container_domain unconfined_t:unix_stream_socket { accept ioctl read getattr lock write append getopt };
603
604
')
604
605
605
606
optional_policy(`
@@ -1160,6 +1161,7 @@ gen_require(`
1160
1161
')
1161
1162
dontaudit container_domain device_node:chr_file setattr;
1162
1163
dontaudit container_domain sysctl_type:file write;
1164
+ allow container_domain init_t:unix_stream_socket { accept ioctl read getattr lock write append getopt };
1163
1165
1164
1166
allow container_t proc_t:filesystem remount;
1165
1167
You can’t perform that action at this time.
0 commit comments