[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Individual Domains for Particular PHP Scripts.
- From: Colin Walters <walters redhat com>
- To: TobyD wolke7 net
- Cc: fedora-selinux-list redhat com
- Subject: Re: Individual Domains for Particular PHP Scripts.
- Date: Thu, 23 Jun 2005 20:22:25 -0400
On Thu, 2005-06-23 at 12:50 +0200, TobyD wolke7 net wrote:
> Hi SELinux users!
>
> I've
> read:
> http://fedora.redhat.com/docs/selinux-apache-fc3/sn-further-approaches.html#sn-cgi-subdomains
Need to update that for FC4...soon, hopefully :)
> What's wrong in my policy? Doesn't works the domain auto transition
> properly ? How to separate PHP Scripts in their own domains?
Are these PHP scripts actually being executed as separate processes?
SELinux policy is applied at the level of processes; there is no builtin
mechanism for confining different PHP scripts that run in the same httpd
process. It would be possible to achieve some level of security by
using dynamic domain transitions e.g. with an Apache module, but no one
has written it yet.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]