All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel J Walsh <dwalsh@redhat.com>
To: Stefan Schulze Frielinghaus <stefan@seekline.net>
Cc: selinux@tycho.nsa.gov
Subject: Re: apache_content_template
Date: Wed, 27 Feb 2008 10:49:28 -0500	[thread overview]
Message-ID: <47C58688.1030504@redhat.com> (raw)
In-Reply-To: <1204113879.2678.19.camel@vogon>

Stefan Schulze Frielinghaus wrote:
> I wanted to fix a problem with awstats and httpd_t but I ran into a
> problem and just wanted to hear some other ideas.
>
> Awstats uses the apache content template:
> apache_content_template(awstats)
>
> And a few awstats icons are labeled as httpd_awstats_content_t. When the
> awstats CGI script is executed it generates a HTML file which includes
> links to these icons. As soon as the httpd receives a query from the
> client to download these icons an AVC is generated and the request is
> denied. To allow this I would have to include a rule like:
>
> allow httpd_t httpd_awstats_content_t:dir getattr;
> allow httpd_t httpd_awstats_content_t:file { getattr read };
>
> But then I would have to write a require statement for my awstats module
> to include the type httpd_t as a dependency. While reading the apache.te
> file I recognized three lines:
>
> allow httpd_t httpd_sys_content_t:dir list_dir_perms;
> read_files_pattern(httpd_t,httpd_sys_content_t,httpd_sys_content_t)
> read_lnk_files_pattern(httpd_t,httpd_sys_content_t,httpd_sys_content_t)
>
> Why aren't these ones included in the apache_content_template like these
> ones:
>
> allow httpd_t httpd_$1_content_t:dir list_dir_perms;
> read_files_pattern(httpd_t,httpd_$1_content_t,httpd_$1_content_t)
> read_lnk_files_pattern(httpd_t,httpd_$1_content_t,httpd_$1_content_t)
>
> This would solve my problem with awstats and what my interpretation of
> the httpd_$1_content_t type is that only these files should be red by
> the httpd_t directly. I think other ones will run into the same problem
> too.
>
> Any thoughts?
>
>
> --
> This message was distributed to subscribers of the selinux mailing list.
> If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
> the words "unsubscribe selinux" without quotes as the message.
>   
Making that change would eliminate any possibility  of separation of cgi 
data from php data.  IE If I only want my cgi scrips/processes to be 
able to read my data, it ie easy to do now.  But with your change, any 
script that does not cause a transition can now access my data.

I would prefer an

apache_can_read(httpd_awstats_content_t)

--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

  reply	other threads:[~2008-02-27 16:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-27 12:04 apache_content_template Stefan Schulze Frielinghaus
2008-02-27 15:49 ` Daniel J Walsh [this message]
2008-02-27 16:23   ` apache_content_template Stefan Schulze Frielinghaus
2008-02-27 18:07     ` apache_content_template Daniel J Walsh
2008-02-27 19:25       ` apache_content_template Stefan Schulze Frielinghaus
2008-02-27 19:31         ` apache_content_template Daniel J Walsh
2008-02-27 20:40           ` apache_content_template Stefan Schulze Frielinghaus
2008-02-29  7:57           ` apache_content_template Stefan Schulze Frielinghaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47C58688.1030504@redhat.com \
    --to=dwalsh@redhat.com \
    --cc=selinux@tycho.nsa.gov \
    --cc=stefan@seekline.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.