Skip to main content

Allowing Exec Function in PHP

Comments

5 comments

  • cPanelMichael
    Hello :) The use of the PHP "exec" function is generally discouraged. Is there a specific task that you need to complete through PHP with it? Thank you.
    0
  • Tom Risager
    My guess is the OP is asking if CageFS is sufficiently secure that you don't have to bother having "exec" in disable_funcitons. In other words, will exploits that are possible if exec() is allowed be prevented by CageFS?
    0
  • iseletsk
    Yes, it is sufficiently secure. We worked very hard to prevent user from finding out any sensitive info or hacking into other accounts/system even if they can execute any code inside CageFS.
    0
  • mkhan
    Seems to be OK with CageFS..
    0
  • sahostking
    Great. Thanks
    0

Please sign in to leave a comment.