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 45E34139694 for ; Thu, 18 May 2017 16:55:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AE82E0ECD; Thu, 18 May 2017 16:55:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 18723E0ECD for ; Thu, 18 May 2017 16:55:10 +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 CD8983416A6 for ; Thu, 18 May 2017 16:54:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 426D0746C for ; Thu, 18 May 2017 16:54:56 +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: <1494172482.90bc58d30413ce90fc5f6b86da4114f539d374f0.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/shutdown.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 90bc58d30413ce90fc5f6b86da4114f539d374f0 X-VCS-Branch: swift Date: Thu, 18 May 2017 16:54:56 +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: c695a588-590e-426d-99f9-adb5d8686f5b X-Archives-Hash: 96e762e39c85d03ccebff66a1824b680 commit: 90bc58d30413ce90fc5f6b86da4114f539d374f0 Author: Guido Trentalancia trentalancia net> AuthorDate: Sat Apr 29 18:18:15 2017 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun May 7 15:54:42 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=90bc58d3 shutdown: send msg to syslog Update the shutdown module so that it can send messages to syslog. Signed-off-by: Guido Trentalancia trentalancia.net> policy/modules/contrib/shutdown.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policy/modules/contrib/shutdown.te b/policy/modules/contrib/shutdown.te index 6a0b126e..4a2b3510 100644 --- a/policy/modules/contrib/shutdown.te +++ b/policy/modules/contrib/shutdown.te @@ -42,6 +42,8 @@ domain_use_interactive_fds(shutdown_t) files_delete_boot_flag(shutdown_t) files_read_generic_pids(shutdown_t) +fs_getattr_xattr_fs(shutdown_t) + mls_file_write_to_clearance(shutdown_t) term_use_all_terms(shutdown_t) @@ -55,6 +57,7 @@ init_telinit(shutdown_t) logging_search_logs(shutdown_t) logging_send_audit_msgs(shutdown_t) +logging_send_syslog_msg(shutdown_t) miscfiles_read_localization(shutdown_t)