All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pascal Hahn <p.hahn@laufwerka.de>
To: russell@coker.com.au
Cc: SELinux@tycho.nsa.gov
Subject: Re: apache rule to make it write in directory
Date: Thu, 01 Jul 2004 13:32:37 +0200	[thread overview]
Message-ID: <40E3F655.8040000@laufwerka.de> (raw)
In-Reply-To: <200407010027.39259.russell@coker.com.au>

Russell Coker schrieb:

>On Wed, 30 Jun 2004 20:41, Pascal Hahn <p.hahn@laufwerka.de> wrote:
>  
>
>>Russell Coker wrote:
>>    
>>
>>>On Fri, 25 Jun 2004 16:35, Pascal Hahn <p.hahn@laufwerka.de> wrote:
>>>      
>>>
>>>>heres my output i get from avc messages:
>>>>
>>>>/Jun 16 13:39:36 lboxx avc:  denied  { write } for  pid=3161
>>>>exe=/usr/sbin/apache2 path=/var/www/localhost/lwa/infos/auth.tmp
>>>>dev=hdc6 ino=96389 scontext=system_u:system_r:httpd_t
>>>>tcontext=system_u:object_r:httpd_sys_content_t tclass=file
>>>>        
>>>>
>>>Try the following:
>>>file_type_auto_trans(httpd_t, httpd_sys_content_t,
>>>httpd_sys_script_rw_t, file)
>>>      
>>>
>>I inserted the rule but get the following error although:
>>
>>
>>Jun 30 12:45:30 lboxx avc:  denied  { write } for  pid=3190
>>exe=/usr/sbin/apache2 name=ip.tmp dev=hdc6 ino=96390
>>scontext=system_u:system_r:httpd_t
>>tcontext=system_u:object_r:httpd_sys_content_t tclass=file
>>    
>>
>
>The following should solve it:
>chcon -t httpd_sys_script_rw_t ip.tmp
>
>Same goes for all other files like it, and you want an entry in 
>file_contexts/misc/custom.fc to avoid accidentally relabelling it back.
>
>  
>
Hi there,

I fixed all my errors and inserted an own role called laufwerka_t. all 
runs fine. also sudo is doing its job nicely until it should execute the 
reboot command. I only get an error from apache called :


Could not set exec context to system_u:system_r:laufwerka_t.


The laufwerka_t also got a filetype called laufwerka_src_t

here is the most important parts of the definitions i made:
domains/program/laufwerka.te:

type laufwerka_t, admin, domain,  auth_chkpwd, privuser, privrole, 
privlog, privowner, mlstrustedreader, mlstrustedwriter, 
mlstrustedobject, privfd;
role sysadm_r types laufwerka_t;


file_contexts/program/laufwerka.fc:

/var/www/[^/]+/lwa(/.*)?        system_u:object_r:laufwerka_src_t

types/files.te:

type laufwerka_src_t, file_type, sysadmfile;

and finally the changes i made to the apache macro:

domain_auto_trans(httpd_t, laufwerka_src_t, laufwerka_t)


Can anyone now tell me how i can use sudo to execute my reboot?

Thanks a lot

Pascal Hahn



--
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:[~2004-07-01 11:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-30 10:41 apache rule to make it write in directory Pascal Hahn
2004-06-30 14:27 ` Russell Coker
2004-07-01 11:32   ` Pascal Hahn [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-06-30 10:24 Pascal Hahn
2004-06-24 12:37 Pascal Hahn
2004-06-24 14:32 ` Russell Coker
2004-06-25  6:35   ` Pascal Hahn
2004-06-25  7:51     ` Russell Coker

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=40E3F655.8040000@laufwerka.de \
    --to=p.hahn@laufwerka.de \
    --cc=SELinux@tycho.nsa.gov \
    --cc=russell@coker.com.au \
    /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.