From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42A64139694 for ; Thu, 18 May 2017 16:55:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3083E0ED7; Thu, 18 May 2017 16:55:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B8F4E0ED7 for ; Thu, 18 May 2017 16:55:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B41A34167D for ; Thu, 18 May 2017 16:54:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 996157464 for ; Thu, 18 May 2017 16:54:55 +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: <1494172398.44fb56ddcb130bb46f67d5bc1a4dc124cb35fe59.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift commit in: policy/modules/kernel/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/kernel/kernel.te X-VCS-Directories: policy/modules/kernel/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 44fb56ddcb130bb46f67d5bc1a4dc124cb35fe59 X-VCS-Branch: swift Date: Thu, 18 May 2017 16:54:55 +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: 5f01f968-cd96-473f-8f76-9b06303584ad X-Archives-Hash: 18ed4a89583a7eecf35c20ca6759ed89 commit: 44fb56ddcb130bb46f67d5bc1a4dc124cb35fe59 Author: Guido Trentalancia trentalancia net> AuthorDate: Sat Apr 29 18:17:47 2017 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun May 7 15:53:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=44fb56dd kernel: low-priority update Update the kernel module with some low priority fixes. Signed-off-by: Guido Trentalancia trentalancia.net> policy/modules/kernel/kernel.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/kernel/kernel.te b/policy/modules/kernel/kernel.te index 639b8454..87f5f9a4 100644 --- a/policy/modules/kernel/kernel.te +++ b/policy/modules/kernel/kernel.te @@ -276,6 +276,7 @@ dev_setattr_generic_blk_files(kernel_t) dev_setattr_generic_chr_files(kernel_t) dev_getattr_fs(kernel_t) dev_getattr_sysfs(kernel_t) +dev_write_kmsg(kernel_t) # Mount root file system. Used when loading a policy # from initrd, then mounting the root filesystem @@ -384,6 +385,7 @@ optional_policy(` optional_policy(` plymouthd_read_lib_files(kernel_t) + plymouthd_read_pid_files(kernel_t) plymouthd_read_spool_files(kernel_t) term_use_ptmx(kernel_t)