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 1FA37138334 for ; Sat, 13 Jul 2019 07:01:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA8A1E0809; Sat, 13 Jul 2019 07:01:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EA59E0809 for ; Sat, 13 Jul 2019 07:01:17 +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 B59713478FD for ; Sat, 13 Jul 2019 07:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C668F70D for ; Sat, 13 Jul 2019 07:01:13 +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: <1563000194.294b186e685633cbaf8c35886574fba4d6a6693f.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/systemd.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 294b186e685633cbaf8c35886574fba4d6a6693f X-VCS-Branch: master Date: Sat, 13 Jul 2019 07:01:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ee357a3-9c23-4229-a01e-0bffee592580 X-Archives-Hash: ea7ad6750d1655a53518e4166d323474 commit: 294b186e685633cbaf8c35886574fba4d6a6693f Author: Chris PeBenito microsoft com> AuthorDate: Fri May 24 18:38:51 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Jul 13 06:43:14 2019 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=294b186e systemd: modules-load updates. Signed-off-by: Chris PeBenito microsoft.com> Signed-off-by: Jason Zaman perfinion.com> policy/modules/system/systemd.te | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te index 29d5d4fc..a08ee785 100644 --- a/policy/modules/system/systemd.te +++ b/policy/modules/system/systemd.te @@ -623,11 +623,14 @@ optional_policy(` # modules-load local policy # -files_load_kernel_modules(systemd_modules_load_t) +kernel_load_module(systemd_modules_load_t) + files_read_etc_files(systemd_modules_load_t) -init_read_state(systemd_modules_load_t) -init_search_run(systemd_modules_load_t) +modutils_read_module_config(systemd_modules_load_t) +modutils_read_module_deps(systemd_modules_load_t) + +systemd_log_parse_environment(systemd_modules_load_t) ######################################## #