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 ce3c132 commit 887d683Copy full SHA for 887d683
container.te
@@ -1,4 +1,4 @@
1
-policy_module(container, 2.168.0)
+policy_module(container, 2.169.0)
2
3
gen_require(`
4
class passwd rootok;
@@ -1113,6 +1113,8 @@ tunable_policy(`virt_sandbox_use_sys_admin',`
1113
container_domain_template(container_logreader)
1114
typeattribute container_logreader_t container_net_domain;
1115
logging_read_all_logs(container_logreader_t)
1116
+# Remove once https://github.com/fedora-selinux/selinux-policy/pull/898 merges
1117
+allow container_logreader_t logfile:lnk_file read_lnk_file_perms;
1118
logging_read_audit_log(container_logreader_t)
1119
logging_list_logs(container_logreader_t)
1120
0 commit comments