MOON
Server: Apache
System: Linux server30c.hostingraja.org 3.10.0-962.3.2.lve1.5.63.el7.x86_64 #1 SMP Fri Oct 8 12:03:35 UTC 2021 x86_64
User: jibhires (1887)
PHP: 8.1.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, escapeshellcmd, pcntl_exec
Upload Files
File: //opt/imunify360/venv/share/imunify360/imunify360.te
module imunify360 1.1;

require {
	type lib_t;
	type logrotate_t;
	type sshd_t;
	type usr_t;
	type httpd_t;
	type httpd_sys_script_t;
	type var_t;
	type unconfined_service_t;
	class sock_file write;
	class unix_dgram_socket sendto;
	class dir { write add_name remove_name };
	class file { rename write getattr setattr read create open };
}

#============= httpd_sys_script_t ==============

allow httpd_sys_script_t lib_t:sock_file write;

#============= httpd_t ==============

allow httpd_t unconfined_service_t:unix_dgram_socket sendto;

#============= sshd_t ==============

allow sshd_t usr_t:sock_file write;

#============= logrotate_t ==============

allow logrotate_t var_t:dir { write remove_name add_name };
allow logrotate_t var_t:file { rename write getattr setattr read create open };