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 93B6B139695 for ; Sun, 7 May 2017 16:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D651AE0CAB; Sun, 7 May 2017 16:09:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B8B57E0CAB for ; Sun, 7 May 2017 16:09:07 +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 0553F3416D4 for ; Sun, 7 May 2017 16:09:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E15A7457 for ; Sun, 7 May 2017 16:09:04 +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: <1494172482.90bc58d30413ce90fc5f6b86da4114f539d374f0.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master 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: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 90bc58d30413ce90fc5f6b86da4114f539d374f0 X-VCS-Branch: master Date: Sun, 7 May 2017 16:09:04 +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: e0b6712e-74af-4d90-99b7-57cbfcd3f72b X-Archives-Hash: 1904e2553a65070b68f990bb7d8daa21 Message-ID: <20170507160904.GCGbBGxykoVWuP1iUA925wW1V-f7fT32NrxS0O6Fn-A@z> commit: 90bc58d30413ce90fc5f6b86da4114f539d374f0 Author: Guido Trentalancia trentalancia net> AuthorDate: Sat Apr 29 18:18:15 2017 +0000 Commit: Jason Zaman 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)