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 18B04139694 for ; Thu, 18 May 2017 17:04:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1040EE0EB5; Thu, 18 May 2017 17:03:33 +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 E55F8E0EB5 for ; Thu, 18 May 2017 17:03:32 +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 255FB3416B3 for ; Thu, 18 May 2017 17:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30C797463 for ; Thu, 18 May 2017 17:03:29 +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: <1495126856.65729b614bfeb81ad1a2b8587a6ccc6e5ebd04a7.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/, policy/modules/kernel/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/kernel/files.te policy/modules/system/init.te X-VCS-Directories: policy/modules/system/ policy/modules/kernel/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 65729b614bfeb81ad1a2b8587a6ccc6e5ebd04a7 X-VCS-Branch: master Date: Thu, 18 May 2017 17:03:29 +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: e5a0d7ab-97db-4bbb-8f89-11ba691e9f00 X-Archives-Hash: 0de4457bb8cb069525991d5debcb775b commit: 65729b614bfeb81ad1a2b8587a6ccc6e5ebd04a7 Author: Chris PeBenito ieee org> AuthorDate: Mon May 15 22:48:51 2017 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu May 18 17:00:56 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=65729b61 Module version bump for systemd fix from Krzysztof Nowicki. policy/modules/kernel/files.te | 2 +- policy/modules/system/init.te | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/kernel/files.te b/policy/modules/kernel/files.te index c0578cc4..4768906d 100644 --- a/policy/modules/kernel/files.te +++ b/policy/modules/kernel/files.te @@ -1,4 +1,4 @@ -policy_module(files, 1.23.12) +policy_module(files, 1.23.13) ######################################## # diff --git a/policy/modules/system/init.te b/policy/modules/system/init.te index 4e2c6504..e44dfded 100644 --- a/policy/modules/system/init.te +++ b/policy/modules/system/init.te @@ -1,4 +1,4 @@ -policy_module(init, 2.2.22) +policy_module(init, 2.2.23) gen_require(` class passwd rootok; 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 E12ED139694 for ; Thu, 18 May 2017 17:02:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4645EE0EFE; Thu, 18 May 2017 17:02:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 28CF3E0EFE for ; Thu, 18 May 2017 17:02:41 +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 73AA534167D for ; Thu, 18 May 2017 17:02:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAEAA7463 for ; Thu, 18 May 2017 17:02:37 +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: <1495126856.65729b614bfeb81ad1a2b8587a6ccc6e5ebd04a7.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift commit in: policy/modules/kernel/, policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/kernel/files.te policy/modules/system/init.te X-VCS-Directories: policy/modules/system/ policy/modules/kernel/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 65729b614bfeb81ad1a2b8587a6ccc6e5ebd04a7 X-VCS-Branch: swift Date: Thu, 18 May 2017 17:02:37 +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: 4a73207e-4ed1-4b9e-9589-60817d8fe4de X-Archives-Hash: 337ad06a21c5c9a1add3f204f9e5c7de Message-ID: <20170518170237.5O6exC94nIPw--i8tgxfv5hrKEWj4vwwOnfSWKETiIE@z> commit: 65729b614bfeb81ad1a2b8587a6ccc6e5ebd04a7 Author: Chris PeBenito ieee org> AuthorDate: Mon May 15 22:48:51 2017 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu May 18 17:00:56 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=65729b61 Module version bump for systemd fix from Krzysztof Nowicki. policy/modules/kernel/files.te | 2 +- policy/modules/system/init.te | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/kernel/files.te b/policy/modules/kernel/files.te index c0578cc4..4768906d 100644 --- a/policy/modules/kernel/files.te +++ b/policy/modules/kernel/files.te @@ -1,4 +1,4 @@ -policy_module(files, 1.23.12) +policy_module(files, 1.23.13) ######################################## # diff --git a/policy/modules/system/init.te b/policy/modules/system/init.te index 4e2c6504..e44dfded 100644 --- a/policy/modules/system/init.te +++ b/policy/modules/system/init.te @@ -1,4 +1,4 @@ -policy_module(init, 2.2.22) +policy_module(init, 2.2.23) gen_require(` class passwd rootok;