commit:     a845481a68abc4bc5391c3b5190a5c9189ee24e1
Author:     Jason Zaman <jason <AT> perfinion <DOT> com>
AuthorDate: Tue Nov 25 18:55:15 2014 +0000
Commit:     Jason Zaman <gentoo <AT> perfinion <DOT> com>
CommitDate: Tue Nov 25 19:49:00 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=a845481a

rsync: syntax error in rsync_admin interface

---
 policy/modules/contrib/rsync.if | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/rsync.if b/policy/modules/contrib/rsync.if
index 431471b..e916de8 100644
--- a/policy/modules/contrib/rsync.if
+++ b/policy/modules/contrib/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 };

Reply via email to