Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: Horde Application Suite and SELinux...: msg#00166
|
Subject: |
Re: Horde Application Suite and SELinux... |
On Wed, 23 Feb 2005 10:33:25 -0500, Colin Walters <walters@xxxxxxxxxx> wrote:
> On Wed, 2005-02-23 at 09:49 -0500, Colin Walters wrote:
>
> >>I made a huge mess when I started hacking the policy sources in
> >>FC2...
> One other note - all my comments were relative to the rawhide targeted
> policy (which in the case of httpd AFAIK isn't very divergent from FC3).
> However I know the delta between FC2 and FC3 is larger, particularly due
> to the strict->targeted transition, and it's quite possible there are
> bugs there (such as the one you are encountering) which are fixed in
> FC3. Upgrading very strongly recommended :)
Yes, I'm happily running the targeted policy in FC3! I was alluding to
my less then elegant attemtps to modify the strict policy in FC2. :)
I fixed the problem with the aspell call by adding the following rules
per Karsten's excellent writeup on making policy changes with a
local.te:
allow httpd_sys_script_t httpd_tmp_t:file read;
allow httpd_sys_script_t httpd_tmp_t:file getattr;
Thanks for your comments and suggestions... much appreciated!
-Tom
|
| |