Hello!
I know this is a very recurring topic on the forum, but I researched a lot before posting.
Currently I see this alert in CSF:

My clients needs to use ini_set. But it's a shared environment and I can not leave any loophole that will overcome the security.
Of all the research in the forum, I did not find anything that answered my question. Or I did not fully understand.
It's safe to allow ini_set with Ruid2 + DSO + suEXEC?
If not, what worries should I have?
I disabled the following functions in my php.ini:
And I do not want anyone to be able to turn those functions on again.
Bearing in mind that someone can compromise the entire system if they have access to these functions.
I know this is a very recurring topic on the forum, but I researched a lot before posting.
Currently I see this alert in CSF:

My clients needs to use ini_set. But it's a shared environment and I can not leave any loophole that will overcome the security.
Of all the research in the forum, I did not find anything that answered my question. Or I did not fully understand.
It's safe to allow ini_set with Ruid2 + DSO + suEXEC?
If not, what worries should I have?
I disabled the following functions in my php.ini:
Code:
disable_functions = show_source, system, shell_exec, passthru, exec, popen, proc_open, symlink
Bearing in mind that someone can compromise the entire system if they have access to these functions.