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 99b40c5 commit 4c51e97Copy full SHA for 4c51e97
container.te
@@ -1,4 +1,4 @@
1
-policy_module(container, 2.163.0)
+policy_module(container, 2.164.0)
2
3
gen_require(`
4
class passwd rootok;
@@ -667,6 +667,9 @@ optional_policy(`
667
optional_policy(`
668
unconfined_domain_noaudit(spc_t)
669
domain_ptrace_all_domains(spc_t)
670
+ // This should eventually be in upstream policy.
671
+ // https://github.com/fedora-selinux/selinux-policy/pull/806
672
+ allow spc_t domain:bpf { map_create map_read map_write prog_load prog_run };
673
')
674
675
0 commit comments