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 A856F58974 for ; Sat, 30 Jan 2016 17:21:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1C8821C051; Sat, 30 Jan 2016 17:21:21 +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 D1C8721C01C for ; Sat, 30 Jan 2016 17:21:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F00EF340BC0 for ; Sat, 30 Jan 2016 17:21:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5DBA8F4 for ; Sat, 30 Jan 2016 17:21:17 +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: <1454173372.6b7f2fdba7706b4859e2d63c4b8ef887b61d6bbd.perfinion@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/logging.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 6b7f2fdba7706b4859e2d63c4b8ef887b61d6bbd X-VCS-Branch: master Date: Sat, 30 Jan 2016 17:21:17 +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: 347f2656-9cd0-4d3d-b38a-1ad28a5cefaf X-Archives-Hash: a3557a7bc8c945c61aef854ffd8ffc47 commit: 6b7f2fdba7706b4859e2d63c4b8ef887b61d6bbd Author: Laurent Bigonville bigon be> AuthorDate: Wed Dec 16 18:19:30 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Jan 30 17:02:52 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=6b7f2fdb Allow syslogd_t to read sysctl_vm_overcommit_t policy/modules/system/logging.te | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/policy/modules/system/logging.te b/policy/modules/system/logging.te index 7b6b6fb..f2e4984 100644 --- a/policy/modules/system/logging.te +++ b/policy/modules/system/logging.te @@ -418,7 +418,8 @@ kernel_read_kernel_sysctls(syslogd_t) kernel_read_proc_symlinks(syslogd_t) # Allow access to /proc/kmsg for syslog-ng kernel_read_messages(syslogd_t) -kernel_read_vm_sysctls(syslogd_t) +# rsyslog +kernel_read_vm_overcommit_sysctl(syslogd_t) kernel_clear_ring_buffer(syslogd_t) kernel_change_ring_buffer_level(syslogd_t) # Read ring buffer for journald