Your IP : 216.73.216.40


Current Path : /Data/script/
Upload File :
Current File : //Data/script/my-phpfpm.te

module my-phpfpm 1.0;

require {
	type home_root_t;
	type httpd_t;
	type kernel_t;
	class system module_request;
	class file getattr;
}

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

#!!!! WARNING: 'home_root_t' is a base type.
#!!!! The file '/var/www/html/sitangshu/Sitangshu_WebSite_V3.zip' is mislabeled on your system.  
#!!!! Fix with $ restorecon -R -v /var/www/html/sitangshu/Sitangshu_WebSite_V3.zip
allow httpd_t home_root_t:file getattr;

#!!!! This avc can be allowed using the boolean 'domain_kernel_load_modules'
allow httpd_t kernel_t:system module_request;