HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: //var/lib/pcp/selinux/pcpupstream-container.te
module pcpupstream-container 1.0;

require {
	type container_runtime_t;
	type container_runtime_tmpfs_t;
        type container_var_run_t;
	type pcp_pmcd_t;
        class file { getattr read open };
	class unix_stream_socket connectto;
	class dir getattr;
}

allow pcp_pmcd_t container_runtime_t:unix_stream_socket connectto;
allow pcp_pmcd_t container_runtime_tmpfs_t:dir getattr;
allow pcp_pmcd_t container_var_run_t:file { getattr read open };