Server : Apache System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 User : apache ( 48) PHP Version : 8.0.28 Disable Function : NONE Directory : /Data/script/ |
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;