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 C3A101382C5 for ; Sun, 21 Mar 2021 22:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B9C7E08CD; Sun, 21 Mar 2021 22:11:04 +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 72581E08CD for ; Sun, 21 Mar 2021 22:11:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C660933BEA3 for ; Sun, 21 Mar 2021 22:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E9495C4 for ; Sun, 21 Mar 2021 22:10:59 +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: <1616362703.9084f61f91fc157eab7e43a35c13f76ff1328518.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/, policy/modules/system/, policy/modules/roles/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/roles/auditadm.te policy/modules/roles/dbadm.te policy/modules/roles/guest.te policy/modules/roles/logadm.te policy/modules/roles/secadm.te policy/modules/roles/webadm.te policy/modules/services/dbus.te policy/modules/system/init.te policy/modules/system/logging.te policy/modules/system/mount.te policy/modules/system/systemd.te policy/modules/system/userdomain.te X-VCS-Directories: policy/modules/system/ policy/modules/services/ policy/modules/roles/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 9084f61f91fc157eab7e43a35c13f76ff1328518 X-VCS-Branch: master Date: Sun, 21 Mar 2021 22:10:59 +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: dd8fe911-5400-4289-b1d9-f37600413808 X-Archives-Hash: c56cdb714a2704a46d3956c24f3ea6c9 commit: 9084f61f91fc157eab7e43a35c13f76ff1328518 Author: Chris PeBenito ieee org> AuthorDate: Fri Mar 19 19:17:54 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Mar 21 21:38:23 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=9084f61f various: Module version bump. Signed-off-by: Chris PeBenito ieee.org> Signed-off-by: Jason Zaman gentoo.org> policy/modules/roles/auditadm.te | 2 +- policy/modules/roles/dbadm.te | 2 +- policy/modules/roles/guest.te | 2 +- policy/modules/roles/logadm.te | 2 +- policy/modules/roles/secadm.te | 2 +- policy/modules/roles/webadm.te | 2 +- policy/modules/services/dbus.te | 2 +- policy/modules/system/init.te | 2 +- policy/modules/system/logging.te | 2 +- policy/modules/system/mount.te | 2 +- policy/modules/system/systemd.te | 2 +- policy/modules/system/userdomain.te | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/policy/modules/roles/auditadm.te b/policy/modules/roles/auditadm.te index 641cdb44..12a6ea1a 100644 --- a/policy/modules/roles/auditadm.te +++ b/policy/modules/roles/auditadm.te @@ -1,4 +1,4 @@ -policy_module(auditadm, 2.4.0) +policy_module(auditadm, 2.4.1) ######################################## # diff --git a/policy/modules/roles/dbadm.te b/policy/modules/roles/dbadm.te index 426aec20..b0414f81 100644 --- a/policy/modules/roles/dbadm.te +++ b/policy/modules/roles/dbadm.te @@ -1,4 +1,4 @@ -policy_module(dbadm, 1.1.0) +policy_module(dbadm, 1.1.1) ######################################## # diff --git a/policy/modules/roles/guest.te b/policy/modules/roles/guest.te index 59b413cc..3f7c466a 100644 --- a/policy/modules/roles/guest.te +++ b/policy/modules/roles/guest.te @@ -1,4 +1,4 @@ -policy_module(guest, 1.3.0) +policy_module(guest, 1.3.1) ######################################## # diff --git a/policy/modules/roles/logadm.te b/policy/modules/roles/logadm.te index 1d091045..28534edc 100644 --- a/policy/modules/roles/logadm.te +++ b/policy/modules/roles/logadm.te @@ -1,4 +1,4 @@ -policy_module(logadm, 1.0.0) +policy_module(logadm, 1.0.1) ######################################## # diff --git a/policy/modules/roles/secadm.te b/policy/modules/roles/secadm.te index 4b07f0bb..3f227d0b 100644 --- a/policy/modules/roles/secadm.te +++ b/policy/modules/roles/secadm.te @@ -1,4 +1,4 @@ -policy_module(secadm, 2.6.0) +policy_module(secadm, 2.6.1) ######################################## # diff --git a/policy/modules/roles/webadm.te b/policy/modules/roles/webadm.te index 962b5281..9d3c5026 100644 --- a/policy/modules/roles/webadm.te +++ b/policy/modules/roles/webadm.te @@ -1,4 +1,4 @@ -policy_module(webadm, 1.2.0) +policy_module(webadm, 1.2.1) ######################################## # diff --git a/policy/modules/services/dbus.te b/policy/modules/services/dbus.te index fd74c4d9..05aa8b6e 100644 --- a/policy/modules/services/dbus.te +++ b/policy/modules/services/dbus.te @@ -1,4 +1,4 @@ -policy_module(dbus, 1.30.1) +policy_module(dbus, 1.30.2) gen_require(` class dbus all_dbus_perms; diff --git a/policy/modules/system/init.te b/policy/modules/system/init.te index 4c322455..d897bc48 100644 --- a/policy/modules/system/init.te +++ b/policy/modules/system/init.te @@ -1,4 +1,4 @@ -policy_module(init, 2.10.1) +policy_module(init, 2.10.2) gen_require(` class passwd rootok; diff --git a/policy/modules/system/logging.te b/policy/modules/system/logging.te index e6e44374..0f450cb2 100644 --- a/policy/modules/system/logging.te +++ b/policy/modules/system/logging.te @@ -1,4 +1,4 @@ -policy_module(logging, 1.33.1) +policy_module(logging, 1.33.2) ######################################## # diff --git a/policy/modules/system/mount.te b/policy/modules/system/mount.te index 0a093528..c5f140e6 100644 --- a/policy/modules/system/mount.te +++ b/policy/modules/system/mount.te @@ -1,4 +1,4 @@ -policy_module(mount, 1.24.0) +policy_module(mount, 1.24.1) ######################################## # diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te index 66672243..f5b5b07a 100644 --- a/policy/modules/system/systemd.te +++ b/policy/modules/system/systemd.te @@ -1,4 +1,4 @@ -policy_module(systemd, 1.11.1) +policy_module(systemd, 1.11.2) ######################################### # diff --git a/policy/modules/system/userdomain.te b/policy/modules/system/userdomain.te index 45f1d1e5..68b7f102 100644 --- a/policy/modules/system/userdomain.te +++ b/policy/modules/system/userdomain.te @@ -1,4 +1,4 @@ -policy_module(userdomain, 4.21.0) +policy_module(userdomain, 4.21.1) ######################################## #