From: Daniel J Walsh <dwalsh@redhat.com>
To: Bandan Das <bandan.das@stratus.com>
Cc: selinux@tycho.nsa.gov
Subject: Re: Running snmpd in a different domain
Date: Wed, 08 Apr 2009 08:08:31 -0400 [thread overview]
Message-ID: <49DC93BF.2080602@redhat.com> (raw)
In-Reply-To: <1239141949.17983.120.camel@BSD.mno.stratus.com>
On 04/07/2009 06:05 PM, Bandan Das wrote:
> Hello,
>
> On a RHEL5.3 system, I am trying to run snmpd in a different domain (not
> system_u:system_r:snmpd_t )if someone tries to run a specific init
> script I provide : i.e if someone executes /etc/init.d/ft-snmp, snmpd
> runs in system_u:system_r:ftsnmpd_t or else it runs in
> system_u:system_r:snmpd_t.
>
> Does this make sense or I am missing something ?
>
> To try this out, I thought of changing the file context
> of /etc/init.d/ft-snmp to system_u:object_r:ftsnmp_initrc_exec_t and
> then using domain_auto_trans() on it. My preliminary fc and te files are
> here :
>
> [root@icefyres devel]# cat lsb-ft-snmp.te
>
> policy_module(lsb-ft-snmp,2.1.0)
>
> type ftsnmp_t;
> domain_type(ftsnmp_t)
>
> type ftsnmp_exec_t;
> domain_entry_file(ftsnmp_t, ftsnmp_exec_t)
>
> type ftsnmp_log_t;
> logging_log_file(ftsnmp_log_t)
>
> type ftsnmp_tmp_t;
> files_tmp_file(ftsnmp_tmp_t)
>
> type ftsnmp_initrc_exec_t;
>
> [root@icefyres devel]# cat lsb-ft-snmp.fc
>
> /opt/ft/sbin/ftlsubagent --
> gen_context(system_u:object_r:ftsnmp_exec_t,s0)
> /opt/ft/sbin/ftltrapsubagent --
> gen_context(system_u:object_r:ftsnmp_exec_t,s0)
> /etc/init.d/ft-snmp --
> gen_context(system_u:object_r:ftsnmp_initrc_exec_t:s0)
>
>
> After loading lsb-ft-snmp.pp and relabeling the file system, I see that
> although, ftlsubagent and ftltrapsubagent have the intended contexts
> (system_u:object_r:ftsnmp_exec_t), /etc/init.d/ft-snmp's context is
> still system_u:object_r:initrc_exec_t and not
> system_u:object_r:ftsnmp_initrc_exec_t
>
> Is this the correct way to change the context of the ft-snmp init
> script ?
>
>
> Thanks,
> Bandan
>
>
Make sure /etc/init.d/ft-snm is a file and you might want to try
escaping the .
/etc/init\.d/ft-snmp --
gen_context(system_u:object_r:ftsnmp_initrc_exec_t:s0)
--
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.
next prev parent reply other threads:[~2009-04-08 12:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-07 22:05 Running snmpd in a different domain Bandan Das
2009-04-08 12:08 ` Daniel J Walsh [this message]
2009-04-08 12:43 ` Stephen Smalley
2009-04-08 15:55 ` Bandan Das
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=49DC93BF.2080602@redhat.com \
--to=dwalsh@redhat.com \
--cc=bandan.das@stratus.com \
--cc=selinux@tycho.nsa.gov \
/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.