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 341E11381F3 for ; Fri, 27 Sep 2013 13:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6843E0F25; Fri, 27 Sep 2013 13:27:36 +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 5885BE0F25 for ; Fri, 27 Sep 2013 13:27:31 +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 665AF33EBD1 for ; Fri, 27 Sep 2013 13:27:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5DBBBE5470 for ; Fri, 27 Sep 2013 13:27:28 +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: <1380288306.d20d55d0808e1d71bb96df2646bc5805dd30f750.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/kernel/terminal.if X-VCS-Directories: policy/modules/kernel/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d20d55d0808e1d71bb96df2646bc5805dd30f750 X-VCS-Branch: master Date: Fri, 27 Sep 2013 13:27:28 +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: b0a86e98-7129-4267-b2f1-b621061d8203 X-Archives-Hash: fabb6bab5d9501bc6da31e91412ef989 commit: d20d55d0808e1d71bb96df2646bc5805dd30f750 Author: Sven Vermeulen siphos be> AuthorDate: Fri Sep 27 13:25:06 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Sep 27 13:25:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d20d55d0 Fix warning upon patch While applying the change to terminal.if, the following warning was given: Applying: Initial virtio console device /home/swift/Development/Centralized/hardened-refpolicy/.git/rebase-apply/patch:57: new blank line at EOF. + warning: 1 line adds whitespace errors. Hopefully fixing potential issues with this whitespace commit. --- policy/modules/kernel/terminal.if | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/kernel/terminal.if b/policy/modules/kernel/terminal.if index cbb729b..9f6d7c3 100644 --- a/policy/modules/kernel/terminal.if +++ b/policy/modules/kernel/terminal.if @@ -1531,3 +1531,4 @@ interface(`term_use_virtio_console',` dev_list_all_dev_nodes($1) allow $1 virtio_device_t:chr_file rw_term_perms; ') +