From: pebenito@ieee.org (Chris PeBenito) Date: Thu, 8 Jun 2017 18:41:10 -0400 Subject: [refpolicy] [PATCH 1/2] arpwatch: align file contexts In-Reply-To: <20170608171625.26946-1-cgzones@googlemail.com> References: <20170608171625.26946-1-cgzones@googlemail.com> Message-ID: <358d3549-73d2-09cf-2e7d-e30f9b8952e3@ieee.org> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com On 06/08/2017 01:16 PM, Christian G?ttsche via refpolicy wrote: > From: cgzones > > --- > arpwatch.fc | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/arpwatch.fc b/arpwatch.fc > index b439c10c..304f4622 100644 > --- a/arpwatch.fc > +++ b/arpwatch.fc > @@ -1,13 +1,13 @@ > -/etc/rc\.d/init\.d/arpwatch -- gen_context(system_u:object_r:arpwatch_initrc_exec_t,s0) > +/etc/rc\.d/init\.d/arpwatch -- gen_context(system_u:object_r:arpwatch_initrc_exec_t,s0) > > -/usr/lib/systemd/system/arpwatch.*\.service -- gen_context(system_u:object_r:arpwatch_unit_t,s0) > +/usr/lib/systemd/system/arpwatch.*\.service -- gen_context(system_u:object_r:arpwatch_unit_t,s0) > > -/usr/bin/arpwatch -- gen_context(system_u:object_r:arpwatch_exec_t,s0) > +/usr/bin/arpwatch -- gen_context(system_u:object_r:arpwatch_exec_t,s0) > > -/usr/sbin/arpwatch -- gen_context(system_u:object_r:arpwatch_exec_t,s0) > +/usr/sbin/arpwatch -- gen_context(system_u:object_r:arpwatch_exec_t,s0) > > -/var/arpwatch(/.*)? gen_context(system_u:object_r:arpwatch_data_t,s0) > +/var/arpwatch(/.*)? gen_context(system_u:object_r:arpwatch_data_t,s0) > > -/var/lib/arpwatch(/.*)? gen_context(system_u:object_r:arpwatch_data_t,s0) > +/var/lib/arpwatch(/.*)? gen_context(system_u:object_r:arpwatch_data_t,s0) > > -/run/arpwatch.*\.pid -- gen_context(system_u:object_r:arpwatch_var_run_t,s0) > +/run/arpwatch.*\.pid -- gen_context(system_u:object_r:arpwatch_var_run_t,s0) > Merged. -- Chris PeBenito