!131 set httpd_can_network_connect bool true

From: @lujie42
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
This commit is contained in:
openeuler-ci-bot 2021-09-30 07:20:42 +00:00 committed by Gitee
commit b0507f843a
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,7 @@
gssd_read_tmp = true gssd_read_tmp = true
httpd_builtin_scripting = true httpd_builtin_scripting = true
httpd_enable_cgi = true httpd_enable_cgi = true
httpd_can_network_connect = true
kerberos_enabled = true kerberos_enabled = true
mount_anyfile = true mount_anyfile = true
nfs_export_all_ro = true nfs_export_all_ro = true

View File

@ -12,7 +12,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 3.14.2 Version: 3.14.2
Release: 75 Release: 76
License: GPLv2+ License: GPLv2+
URL: https://github.com/fedora-selinux/selinux-policy/ URL: https://github.com/fedora-selinux/selinux-policy/
@ -783,6 +783,9 @@ exit 0
%endif %endif
%changelog %changelog
* Wed Sep 22 2021 lujie42 <572084868@qq.com> -3.14.2-76
- Set httpd_can_network_connect bool true
* Fri Sep 3 2021 lujie42 <572084868@qq.com> -3.14.2-75 * Fri Sep 3 2021 lujie42 <572084868@qq.com> -3.14.2-75
- Add allow rasdaemon cap_sys_admin - Add allow rasdaemon cap_sys_admin