From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E7A5E13888F for ; Sat, 10 Oct 2015 12:11:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 584AA21C030; Sat, 10 Oct 2015 12:11:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1C5521C01F for ; Sat, 10 Oct 2015 12:11:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16AC0340831 for ; Sat, 10 Oct 2015 12:11:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3472DF5 for ; Sat, 10 Oct 2015 12:11:07 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1440702511.7107daec01a595033aa8d356226b7220d150115b.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/rsync.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 7107daec01a595033aa8d356226b7220d150115b X-VCS-Branch: swift Date: Sat, 10 Oct 2015 12:11:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 51531b47-ecde-40cf-b801-9712878f56f8 X-Archives-Hash: 6335ccfccf9784b90e69efd0b56a119b commit: 7107daec01a595033aa8d356226b7220d150115b Author: Jason Zaman perfinion com> AuthorDate: Mon Aug 24 15:10:07 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Aug 27 19:08:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=7107daec rsync: remove rsync_run from admin interface Admining rsync does not require running it in the rsync_t domain and this causes problems for backups and the like which would originally run in the user's domain now run in rsync_t. policy/modules/contrib/rsync.if | 2 -- 1 file changed, 2 deletions(-) diff --git a/policy/modules/contrib/rsync.if b/policy/modules/contrib/rsync.if index e916de8..c7b19aa 100644 --- a/policy/modules/contrib/rsync.if +++ b/policy/modules/contrib/rsync.if @@ -276,6 +276,4 @@ interface(`rsync_admin',` files_search_pids($1) admin_pattern($1, rsync_var_run_t) - - rsync_run($1, $2) ')