We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d6ea6b + 8ae4661 commit 1695ad5Copy full SHA for 1695ad5
misc/selinux/cfengine-enterprise.te.all
@@ -574,6 +574,12 @@ allow cfengine_httpd_t smtp_port_t:tcp_socket name_connect;
574
# httpd/PHP needs to be able to contact LDAP servers
575
allow cfengine_httpd_t ldap_port_t:tcp_socket name_connect;
576
577
+# allow PHP-FPM to use hugepages for opcache
578
+allow cfengine_httpd_t hugetlbfs_t:file map;
579
+
580
+# allow PHP-FPM to lock opcache files in tmpfs
581
+allow cfengine_httpd_t tmpfs_t:file lock;
582
583
# Bidirectional DBus communication between httpd and systemd
584
allow cfengine_httpd_t system_dbusd_t:dbus send_msg;
585
allow cfengine_httpd_t system_dbusd_t:unix_stream_socket connectto;
0 commit comments