From: cpebenito@tresys.com (Christopher J. PeBenito) Date: Mon, 11 Oct 2010 10:33:24 -0400 Subject: [refpolicy] [ patch 1/1] Two insignificant fixes that i stumbled on when merging dev_getattr_fs() In-Reply-To: <20101008204048.GA27573@localhost.localdomain> References: <20101008204048.GA27573@localhost.localdomain> Message-ID: <4CB32034.7020808@tresys.com> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com On 10/08/10 16:40, Dominick Grift wrote: > Signed-off-by: Dominick Grift > --- > :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',` > ## > ## Get attributes of device filesystems. > ## > -## > +## > ## > ## Domain allowed access. > ## Merged. -- Chris PeBenito Tresys Technology, LLC www.tresys.com | oss.tresys.com