From: pebenito@ieee.org (Chris PeBenito) Date: Thu, 12 Apr 2018 19:07:35 -0400 Subject: [refpolicy] [PATCH 2/6] Fix /run/samba context generated by samba init script In-Reply-To: <20180412113806.2256-2-jason@perfinion.com> References: <20180412113806.2256-1-jason@perfinion.com> <20180412113806.2256-2-jason@perfinion.com> Message-ID: <2e271db4-69d4-732a-8743-77829718e51f@ieee.org> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com On 04/12/2018 07:38 AM, Jason Zaman wrote: > From: Scall > > --- > samba.te | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/samba.te b/samba.te > index f6042e7..4357fe5 100644 > --- a/samba.te > +++ b/samba.te > @@ -114,7 +114,7 @@ init_daemon_domain(nmbd_t, nmbd_exec_t) > > type samba_var_run_t; > typealias samba_var_run_t alias { nmbd_var_run_t smbd_var_run_t }; > -files_pid_file(samba_var_run_t) > +init_daemon_pid_file(samba_var_run_t, dir, "samba") > > type samba_etc_t; > files_config_file(samba_etc_t) Merged. -- Chris PeBenito