RE: preventing a user to start a process

From: David Hogan (david_at_fundamentalit.com)
Date: 07/27/05

  • Next message: Todor Dragnev: "Re: preventing a user to start a process"
    To: "'Thomas Krause'" <freebsd-isp@chef-ingenieur.de>
    Date: Wed, 27 Jul 2005 16:58:50 +1000
    
    

    > Unfortunately, that is not possible. E.g. typo3 calls Imagemagick, so I
    > need system().

    Hmmm ... ok

    are you aware you can override many php.ini settings on a per directory
    basis or even per vhost basis (I think) ? If you didn't have too many
    exceptions, you could deny system() globally, then allow it just for trusted
    users or scripts.

    Hope this is practical,
    Dave

    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"


  • Next message: Todor Dragnev: "Re: preventing a user to start a process"