From: cpebenito@tresys.com (Christopher J. PeBenito)
To: refpolicy@oss.tresys.com
Subject: [refpolicy] [ patch 1/1] Two insignificant fixes that i stumbled on when merging dev_getattr_fs()
Date: Mon, 11 Oct 2010 10:33:24 -0400 [thread overview]
Message-ID: <4CB32034.7020808@tresys.com> (raw)
In-Reply-To: <20101008204048.GA27573@localhost.localdomain>
On 10/08/10 16:40, Dominick Grift wrote:
> Signed-off-by: Dominick Grift<domg472@gmail.com>
> ---
> :100644 100644 1eae156... 975af1a... M policy/modules/admin/sudo.if
> :100644 100644 7788c8e... 99482ca... M policy/modules/kernel/devices.if
> policy/modules/admin/sudo.if | 2 +-
> policy/modules/kernel/devices.if | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/policy/modules/admin/sudo.if b/policy/modules/admin/sudo.if
> index 1eae156..975af1a 100644
> --- a/policy/modules/admin/sudo.if
> +++ b/policy/modules/admin/sudo.if
> @@ -77,7 +77,7 @@ template(`sudo_role_template',`
> corecmd_shell_domtrans($1_sudo_t, $3)
> corecmd_bin_domtrans($1_sudo_t, $3)
> allow $3 $1_sudo_t:fd use;
> - allow $3 $1_sudo_t:fifo_file rw_file_perms;
> + allow $3 $1_sudo_t:fifo_file rw_fifo_file_perms;
> allow $3 $1_sudo_t:process signal_perms;
>
> kernel_read_kernel_sysctls($1_sudo_t)
> diff --git a/policy/modules/kernel/devices.if b/policy/modules/kernel/devices.if
> index 7788c8e..99482ca 100644
> --- a/policy/modules/kernel/devices.if
> +++ b/policy/modules/kernel/devices.if
> @@ -94,7 +94,7 @@ interface(`dev_associate',`
> ##<summary>
> ## Get attributes of device filesystems.
> ##</summary>
> -##<param name="file_type">
> +##<param name="domain">
> ## <summary>
> ## Domain allowed access.
> ## </summary>
Merged.
--
Chris PeBenito
Tresys Technology, LLC
www.tresys.com | oss.tresys.com
prev parent reply other threads:[~2010-10-11 14:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-08 20:40 [refpolicy] [ patch 1/1] Two insignificant fixes that i stumbled on when merging dev_getattr_fs() Dominick Grift
2010-10-11 14:33 ` Christopher J. PeBenito [this message]
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=4CB32034.7020808@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.