All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [PATCH] rsync: syntax error in rsync_admin
@ 2014-12-03 12:26 Jason Zaman
  2014-12-03 13:15 ` Christopher J. PeBenito
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Zaman @ 2014-12-03 12:26 UTC (permalink / raw)
  To: refpolicy

---
 rsync.if | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rsync.if b/rsync.if
index 431471b..e916de8 100644
--- a/rsync.if
+++ b/rsync.if
@@ -257,7 +257,7 @@ interface(`rsync_etc_filetrans_config',`
 interface(`rsync_admin',`
 	gen_require(`
 		type rsync_t, rsync_etc_t, rsync_data_t;
-		type rsync_log_t, rsync_tmp_t. rsync_var_run_t;
+		type rsync_log_t, rsync_tmp_t, rsync_var_run_t;
 	')
 
 	allow $1 rsync_t:process { ptrace signal_perms };
-- 
2.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-03 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-03 12:26 [refpolicy] [PATCH] rsync: syntax error in rsync_admin Jason Zaman
2014-12-03 13:15 ` Christopher J. PeBenito

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.