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 DDE7013881D for ; Thu, 12 Dec 2013 12:37:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C354E0A6F; Thu, 12 Dec 2013 12:37:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFE6FE0A6F for ; Thu, 12 Dec 2013 12:37:07 +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 1A23133F370 for ; Thu, 12 Dec 2013 12:37:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 53F7419002D for ; Thu, 12 Dec 2013 12:37:05 +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: <1386851710.4b165d676eb341f3b88a0d0c1692ec7b2b6cf355.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/init.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 4b165d676eb341f3b88a0d0c1692ec7b2b6cf355 X-VCS-Branch: master Date: Thu, 12 Dec 2013 12:37:05 +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: f68fa33e-c172-461f-bba1-1ff7307b6616 X-Archives-Hash: 7c6c6217f42a91a6a77a5185369afca5 commit: 4b165d676eb341f3b88a0d0c1692ec7b2b6cf355 Author: Chris PeBenito tresys com> AuthorDate: Tue Dec 10 14:55:56 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Dec 12 12:35:10 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=4b165d67 Whitespace fix in init.te. --- policy/modules/system/init.te | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/system/init.te b/policy/modules/system/init.te index c49e39e..40bb4d2 100644 --- a/policy/modules/system/init.te +++ b/policy/modules/system/init.te @@ -180,8 +180,8 @@ seutil_read_config(init_t) miscfiles_read_localization(init_t) ifdef(`distro_debian',` -fs_tmpfs_filetrans(init_t, initctl_t, fifo, "initctl") -fs_tmpfs_filetrans(init_t, initrc_var_run_t, file, "utmp") + fs_tmpfs_filetrans(init_t, initctl_t, fifo, "initctl") + fs_tmpfs_filetrans(init_t, initrc_var_run_t, file, "utmp") ') ifdef(`distro_gentoo',`