From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 78D42138CD8 for ; Wed, 27 May 2015 20:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FD94E0870; Wed, 27 May 2015 20:00:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADE26E0872 for ; Wed, 27 May 2015 20:00:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1F21340E7D for ; Wed, 27 May 2015 20:00:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92824A0E for ; Wed, 27 May 2015 20:00:43 +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: <1432753219.fd82f6a7dac4b340b56b14083d4198be6ae0a549.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/, policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/services/postgresql.te policy/modules/system/init.te policy/modules/system/logging.te policy/modules/system/selinuxutil.te X-VCS-Directories: policy/modules/services/ policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: fd82f6a7dac4b340b56b14083d4198be6ae0a549 X-VCS-Branch: master Date: Wed, 27 May 2015 20:00:43 +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: fea37ff5-9fd3-4ff7-9cb1-73487227583d X-Archives-Hash: 48c801a0c59d8ed12827dc976e246f8e commit: fd82f6a7dac4b340b56b14083d4198be6ae0a549 Author: Chris PeBenito tresys com> AuthorDate: Wed May 27 18:50:45 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed May 27 19:00:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=fd82f6a7 Module version bumps for further init_startstop_service() changes from Jason Zaman. policy/modules/services/postgresql.te | 2 +- policy/modules/system/init.te | 2 +- policy/modules/system/logging.te | 2 +- policy/modules/system/selinuxutil.te | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/policy/modules/services/postgresql.te b/policy/modules/services/postgresql.te index a686088..b4ba0f1 100644 --- a/policy/modules/services/postgresql.te +++ b/policy/modules/services/postgresql.te @@ -1,4 +1,4 @@ -policy_module(postgresql, 1.17.0) +policy_module(postgresql, 1.17.1) gen_require(` class db_database all_db_database_perms; diff --git a/policy/modules/system/init.te b/policy/modules/system/init.te index 141df45..95db0d0 100644 --- a/policy/modules/system/init.te +++ b/policy/modules/system/init.te @@ -1,4 +1,4 @@ -policy_module(init, 1.22.1) +policy_module(init, 1.22.2) gen_require(` class passwd rootok; diff --git a/policy/modules/system/logging.te b/policy/modules/system/logging.te index 003af6a..72b7ff5 100644 --- a/policy/modules/system/logging.te +++ b/policy/modules/system/logging.te @@ -1,4 +1,4 @@ -policy_module(logging, 1.22.0) +policy_module(logging, 1.22.1) ######################################## # diff --git a/policy/modules/system/selinuxutil.te b/policy/modules/system/selinuxutil.te index 9b70f53..51c64be 100644 --- a/policy/modules/system/selinuxutil.te +++ b/policy/modules/system/selinuxutil.te @@ -1,4 +1,4 @@ -policy_module(selinuxutil, 1.19.0) +policy_module(selinuxutil, 1.19.1) gen_require(` bool secure_mode;