We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff26015 commit 0d99e89Copy full SHA for 0d99e89
container.te
@@ -1,4 +1,4 @@
1
-policy_module(container, 2.134.0)
+policy_module(container, 2.135.0)
2
gen_require(`
3
class passwd rootok;
4
')
@@ -541,6 +541,9 @@ optional_policy(`
541
allow container_runtime_domain unconfined_t:fifo_file setattr;
542
allow unconfined_t container_domain:process dyntransition;
543
allow unconfined_t unlabeled_t:key manage_key_perms;
544
+ allow container_runtime_t unconfined_t:process transition;
545
+ allow unconfined_t { container_var_lib_t container_ro_file_t }:file entrypoint;
546
+ fs_fusefs_entrypoint(unconfined_t)
547
548
549
optional_policy(`
0 commit comments