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 9670E138A87 for ; Tue, 24 Feb 2015 17:11:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B6ACE0895; Tue, 24 Feb 2015 17:11:24 +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 5B1F9E0885 for ; Tue, 24 Feb 2015 17:11:23 +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 584F2340916 for ; Tue, 24 Feb 2015 17:11:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD44C12774 for ; Tue, 24 Feb 2015 17:11:19 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1424342605.748a5e04609445337bbc5dbbfe5554263fae7720.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/radius.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 748a5e04609445337bbc5dbbfe5554263fae7720 X-VCS-Branch: next Date: Tue, 24 Feb 2015 17:11:19 +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: 30282c8e-ea7b-47ef-8f6c-d171acc0c0ae X-Archives-Hash: 51e8ed3eb66e5555a59ec44cffcb2959 commit: 748a5e04609445337bbc5dbbfe5554263fae7720 Author: Sven Vermeulen siphos be> AuthorDate: Sun Feb 15 17:40:49 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Feb 19 10:43:25 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=748a5e04 Fix typo for radiusd /var/lib location Signed-off-by: Sven Vermeulen siphos.be> --- policy/modules/contrib/radius.fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/radius.fc b/policy/modules/contrib/radius.fc index d447e85..021438b 100644 --- a/policy/modules/contrib/radius.fc +++ b/policy/modules/contrib/radius.fc @@ -9,7 +9,7 @@ /usr/sbin/radiusd -- gen_context(system_u:object_r:radiusd_exec_t,s0) /usr/sbin/freeradius -- gen_context(system_u:object_r:radiusd_exec_t,s0) -/var/lib/radiousd(/.*)? gen_context(system_u:object_r:radiusd_var_lib_t,s0) +/var/lib/radiusd(/.*)? gen_context(system_u:object_r:radiusd_var_lib_t,s0) /var/log/freeradius(/.*)? gen_context(system_u:object_r:radiusd_log_t,s0) /var/log/radacct(/.*)? gen_context(system_u:object_r:radiusd_log_t,s0)