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 EB6001382C5 for ; Sun, 25 Mar 2018 10:29:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E026E0849; Sun, 25 Mar 2018 10:29:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D7DF9E0849 for ; Sun, 25 Mar 2018 10:29:25 +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 D41C0335C63 for ; Sun, 25 Mar 2018 10:29:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3EA8277 for ; Sun, 25 Mar 2018 10:29:20 +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: <1521973692.d2dc3b997dbff09cdebf35491d7615a98a486674.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/corenetwork.te.in policy/modules/system/init.te X-VCS-Directories: policy/modules/kernel/ policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d2dc3b997dbff09cdebf35491d7615a98a486674 X-VCS-Branch: master Date: Sun, 25 Mar 2018 10:29:20 +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: 76bddfc6-9dee-497a-84c1-b300965b5b5d X-Archives-Hash: a8fa9650c11ee06773c57623eb0dc4f1 commit: d2dc3b997dbff09cdebf35491d7615a98a486674 Author: Chris PeBenito ieee org> AuthorDate: Wed Mar 21 18:17:22 2018 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Mar 25 10:28:12 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d2dc3b99 corenetwork, init: Module version bump. policy/modules/kernel/corenetwork.te.in | 2 +- policy/modules/system/init.te | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/kernel/corenetwork.te.in b/policy/modules/kernel/corenetwork.te.in index cb3d4718..56ca81ac 100644 --- a/policy/modules/kernel/corenetwork.te.in +++ b/policy/modules/kernel/corenetwork.te.in @@ -1,4 +1,4 @@ -policy_module(corenetwork, 1.24.0) +policy_module(corenetwork, 1.24.1) ######################################## # diff --git a/policy/modules/system/init.te b/policy/modules/system/init.te index 94234055..95da9f8d 100644 --- a/policy/modules/system/init.te +++ b/policy/modules/system/init.te @@ -1,4 +1,4 @@ -policy_module(init, 2.4.1) +policy_module(init, 2.4.2) gen_require(` class passwd rootok;