From ed7b163761b12c70b4b93da7bfdf7855ffaec630 Mon Sep 17 00:00:00 2001 From: lujie42 <572084868@qq.com> Date: Wed, 15 Sep 2021 14:38:28 +0800 Subject: [PATCH] set httpd_can_network_connect bool true --- booleans-targeted.conf | 1 + selinux-policy.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/booleans-targeted.conf b/booleans-targeted.conf index 8789a08..439ce8a 100644 --- a/booleans-targeted.conf +++ b/booleans-targeted.conf @@ -1,6 +1,7 @@ gssd_read_tmp = true httpd_builtin_scripting = true httpd_enable_cgi = true +httpd_can_network_connect = true kerberos_enabled = true mount_anyfile = true nfs_export_all_ro = true diff --git a/selinux-policy.spec b/selinux-policy.spec index 89584a2..0af1424 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -12,7 +12,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.14.2 -Release: 75 +Release: 76 License: GPLv2+ URL: https://github.com/fedora-selinux/selinux-policy/ @@ -783,6 +783,9 @@ exit 0 %endif %changelog +* Wed Sep 15 2021 lujie42 <572084868@qq.com> - 3.14.2-76 +- set httpd_can_network_connect bool true + * Tue Sep 7 2021 lujie42 <572084868@qq.com> - 3.14.2-75 - Add allow rasdaemon cap_sys_admin -- Gitee