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 DC1F5138010 for ; Tue, 30 Oct 2012 18:38:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1390B21C0A7; Tue, 30 Oct 2012 18:36:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 55A0021C0A6 for ; Tue, 30 Oct 2012 18:36:17 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 998D533D855 for ; Tue, 30 Oct 2012 18:36:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AC9EEE5449 for ; Tue, 30 Oct 2012 18:36:14 +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: <1351621972.ea200ea7de3b902c820347145c977f73c19c86e9.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/tripwire.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: ea200ea7de3b902c820347145c977f73c19c86e9 X-VCS-Branch: master Date: Tue, 30 Oct 2012 18:36:14 +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: 8f274814-7a2a-4faf-9937-19ec23d3ee63 X-Archives-Hash: b6437133257a7130416251d75da53658 commit: ea200ea7de3b902c820347145c977f73c19c86e9 Author: Dominick Grift gmail com> AuthorDate: Tue Oct 30 09:21:29 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Tue Oct 30 18:32:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=ea200ea7 Tab clean up in the tripwire file context file Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/tripwire.fc | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/policy/modules/contrib/tripwire.fc b/policy/modules/contrib/tripwire.fc index 962662f..20978f1 100644 --- a/policy/modules/contrib/tripwire.fc +++ b/policy/modules/contrib/tripwire.fc @@ -1,10 +1,10 @@ -/etc/tripwire(/.*)? gen_context(system_u:object_r:tripwire_etc_t,s0) +/etc/tripwire(/.*)? gen_context(system_u:object_r:tripwire_etc_t,s0) -/usr/sbin/siggen -- gen_context(system_u:object_r:siggen_exec_t,s0) -/usr/sbin/tripwire -- gen_context(system_u:object_r:tripwire_exec_t,s0) -/usr/sbin/twadmin -- gen_context(system_u:object_r:twadmin_exec_t,s0) -/usr/sbin/twprint -- gen_context(system_u:object_r:twprint_exec_t,s0) +/usr/sbin/siggen -- gen_context(system_u:object_r:siggen_exec_t,s0) +/usr/sbin/tripwire -- gen_context(system_u:object_r:tripwire_exec_t,s0) +/usr/sbin/twadmin -- gen_context(system_u:object_r:twadmin_exec_t,s0) +/usr/sbin/twprint -- gen_context(system_u:object_r:twprint_exec_t,s0) -/var/lib/tripwire(/.*)? gen_context(system_u:object_r:tripwire_var_lib_t,s0) -/var/lib/tripwire/report(/.*)? gen_context(system_u:object_r:tripwire_report_t,s0) +/var/lib/tripwire(/.*)? gen_context(system_u:object_r:tripwire_var_lib_t,s0) +/var/lib/tripwire/report(/.*)? gen_context(system_u:object_r:tripwire_report_t,s0)