HEX
Server: LiteSpeed
System: Linux CentOS-79-64-minimal 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: vishn3436 (5293)
PHP: 8.0.15
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 };