Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:swift commit in: policy/modules/contrib/
Date: Sat, 10 Oct 2015 12:11:34
Message-Id: 1440702511.7107daec01a595033aa8d356226b7220d150115b.swift@gentoo
1 commit: 7107daec01a595033aa8d356226b7220d150115b
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Mon Aug 24 15:10:07 2015 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 19:08:31 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=7107daec
7
8 rsync: remove rsync_run from admin interface
9
10 Admining rsync does not require running it in the rsync_t domain and
11 this causes problems for backups and the like which would originally run
12 in the user's domain now run in rsync_t.
13
14 policy/modules/contrib/rsync.if | 2 --
15 1 file changed, 2 deletions(-)
16
17 diff --git a/policy/modules/contrib/rsync.if b/policy/modules/contrib/rsync.if
18 index e916de8..c7b19aa 100644
19 --- a/policy/modules/contrib/rsync.if
20 +++ b/policy/modules/contrib/rsync.if
21 @@ -276,6 +276,4 @@ interface(`rsync_admin',`
22
23 files_search_pids($1)
24 admin_pattern($1, rsync_var_run_t)
25 -
26 - rsync_run($1, $2)
27 ')