RE: preventing a user to start a process
From: David Hogan (david_at_fundamentalit.com)
Date: 07/27/05
- Previous message: Adam Jacob Muller: "Re: preventing a user to start a process"
- In reply to: Thomas Krause: "Re: preventing a user to start a process"
- Next in thread: Todor Dragnev: "Re: preventing a user to start a process"
- Reply: Todor Dragnev: "Re: preventing a user to start a process"
- Reply: Miroslav Lachman: "Re: preventing a user to start a process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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"
- Previous message: Adam Jacob Muller: "Re: preventing a user to start a process"
- In reply to: Thomas Krause: "Re: preventing a user to start a process"
- Next in thread: Todor Dragnev: "Re: preventing a user to start a process"
- Reply: Todor Dragnev: "Re: preventing a user to start a process"
- Reply: Miroslav Lachman: "Re: preventing a user to start a process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]