From: dwalsh@redhat.com (Daniel J Walsh)
To: refpolicy@oss.tresys.com
Subject: [refpolicy] [PATCH 1/2] Asterisk admin must be able to run 'asterisk -r'
Date: Tue, 27 Sep 2011 09:02:58 -0400 [thread overview]
Message-ID: <4E81C982.7000507@redhat.com> (raw)
In-Reply-To: <20110926195713.GB15513@siphos.be>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 09/26/2011 03:57 PM, Sven Vermeulen wrote:
> One of the most frequently ran commands by asterisk administrators
> is to run 'asterisk -r' to manipulate (through the asterisk socket)
> the asterisk daemon (sort-of asterisk-specific shell support).
>
> We allow the asterisk administrator (through asterisk_admin) to
> execute the asterisk binary (no domtrans) and connect through the
> socket.
>
> Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be> ---
> asterisk.if | 4 ++++ 1 files changed, 4 insertions(+), 0
> deletions(-)
>
> diff --git a/asterisk.if b/asterisk.if index 8b8143e..3164850
> 100644 --- a/asterisk.if +++ b/asterisk.if @@ -62,6 +62,7 @@
> interface(`asterisk_admin',` type asterisk_etc_t, asterisk_tmp_t,
> asterisk_log_t; type asterisk_var_lib_t; type
> asterisk_initrc_exec_t; + type asterisk_exec_t; ')
>
> allow $1 asterisk_t:process { ptrace signal_perms getattr }; @@
> -89,4 +90,7 @@ interface(`asterisk_admin',`
>
> files_list_pids($1) admin_pattern($1, asterisk_var_run_t) + +
> can_exec($1, asterisk_exec_t) + asterisk_stream_connect($1) ')
An asterisk admin should not be running the application in his his own
context, he should be allowed to restart it in the asterisk_t domain
which is why we have asterisk_initrc_exec_t. And are moving towards
using asterisk_systemctl() for systemd controls.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk6ByYIACgkQrlYvE4MpobPLkgCgs7wvSQRK9e7JMeUELDtvSnUn
6GgAoKLKT27GVU28lapZHvC4bFTdLd0h
=MdXu
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2011-09-27 13:02 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-26 19:55 [refpolicy] [PATCH 0/2] Asterisk updates Sven Vermeulen
2011-09-26 19:57 ` [refpolicy] [PATCH 1/2] Asterisk admin must be able to run 'asterisk -r' Sven Vermeulen
2011-09-26 20:23 ` Dominick Grift
2011-09-27 16:39 ` Sven Vermeulen
2011-09-27 17:02 ` Dominick Grift
2011-09-27 17:28 ` Sven Vermeulen
2011-09-27 13:02 ` Daniel J Walsh [this message]
2011-09-27 16:35 ` Sven Vermeulen
2011-09-27 16:55 ` Dominick Grift
2011-09-26 19:57 ` [refpolicy] [PATCH 2/2] Make sysadm an asterisk administrator Sven Vermeulen
2011-09-26 20:12 ` Dominick Grift
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=4E81C982.7000507@redhat.com \
--to=dwalsh@redhat.com \
--cc=refpolicy@oss.tresys.com \
/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.