From: cpebenito@tresys.com (Christopher J. PeBenito)
To: refpolicy@oss.tresys.com
Subject: [refpolicy] [PATCH 01/11] Introduce portage_dontaudit_use_fds
Date: Thu, 25 Aug 2011 07:46:54 -0400 [thread overview]
Message-ID: <4E56362E.6010804@tresys.com> (raw)
In-Reply-To: <20110823133913.GB857@siphos.be>
On 08/23/11 09:39, Sven Vermeulen wrote:
> Support the interface to not audit portage_t:fd use (file descriptors, leaked
> or not)
Merged.
> Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
> ---
> policy/modules/admin/portage.if | 19 +++++++++++++++++++
> 1 files changed, 19 insertions(+), 0 deletions(-)
>
> diff --git a/policy/modules/admin/portage.if b/policy/modules/admin/portage.if
> index 08b361b..a1bfbaa 100644
> --- a/policy/modules/admin/portage.if
> +++ b/policy/modules/admin/portage.if
> @@ -293,3 +293,22 @@ interface(`portage_dontaudit_rw_tmp_files',`
>
> dontaudit $1 portage_tmp_t:file rw_file_perms;
> ')
> +
> +########################################
> +## <summary>
> +## Do not audit attempts to use
> +## portage file descriptors.
> +## </summary>
> +## <param name="domain">
> +## <summary>
> +## Domain to not audit.
> +## </summary>
> +## </param>
> +#
> +interface(`portage_dontaudit_use_fds',`
> + gen_require(`
> + type portage_t;
> + ')
> +
> + dontaudit $1 portage_t:fds use;
> +')
--
Chris PeBenito
Tresys Technology, LLC
www.tresys.com | oss.tresys.com
next prev parent reply other threads:[~2011-08-25 11:46 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-23 13:36 [refpolicy] [PATCH v2 0/11] Portage-related updates Sven Vermeulen
2011-08-23 13:39 ` [refpolicy] [PATCH 01/11] Introduce portage_dontaudit_use_fds Sven Vermeulen
2011-08-25 11:46 ` Christopher J. PeBenito [this message]
2011-08-23 13:39 ` [refpolicy] [PATCH 02/11] Do not audit the use of portage' filedescriptors from load_policy_t Sven Vermeulen
2011-08-25 11:47 ` Christopher J. PeBenito
2011-08-23 13:40 ` [refpolicy] [PATCH 03/11] Introduce rc_exec_t as secundary entry file for initrc_t Sven Vermeulen
2011-08-25 11:40 ` Christopher J. PeBenito
2011-08-25 20:11 ` Sven Vermeulen
2011-08-30 12:20 ` Christopher J. PeBenito
2011-08-30 13:30 ` Christopher J. PeBenito
2011-08-23 13:41 ` [refpolicy] [PATCH 04/11] Allow gcc-config to execute /sbin/rc without transitioning Sven Vermeulen
2011-08-23 13:41 ` [refpolicy] [PATCH 05/11] Gentoo's integrated run_init support re-executes /sbin/rc Sven Vermeulen
2011-08-23 13:43 ` [refpolicy] [PATCH 06/11] Allow the sysadm domain to execute /sbin/rc without transitioning Sven Vermeulen
2011-08-23 13:43 ` [refpolicy] [PATCH 07/11] Introduce portage_fetch_t as an application domain Sven Vermeulen
2011-08-23 13:44 ` [refpolicy] [PATCH 08/11] Introduce search_conf_dirs and read_tmp_files interfaces for Portage Sven Vermeulen
2011-08-23 13:44 ` [refpolicy] [PATCH 09/11] Support GnuPG integration in Portage Sven Vermeulen
2011-08-23 13:46 ` [refpolicy] [PATCH 10/11] Allow cron to execute portage commands Sven Vermeulen
2011-08-25 11:36 ` Christopher J. PeBenito
2011-08-23 13:46 ` [refpolicy] [PATCH 11/11] Allow portage to call GnuPG Sven Vermeulen
2011-08-25 11:37 ` Christopher J. PeBenito
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=4E56362E.6010804@tresys.com \
--to=cpebenito@tresys.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.