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 ED462138334 for ; Sun, 10 Feb 2019 04:14:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 378CBE0AE8; Sun, 10 Feb 2019 04:14:50 +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 0F8BCE0AE8 for ; Sun, 10 Feb 2019 04:14:50 +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 E25D6335D3E for ; Sun, 10 Feb 2019 04:14:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EA02546 for ; Sun, 10 Feb 2019 04:14:45 +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: <1549771885.d4995122c6b1cdde1674282d58bc69494119f6d8.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/, policy/modules/services/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/kernel/filesystem.te policy/modules/services/postgresql.te X-VCS-Directories: policy/modules/kernel/ policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: d4995122c6b1cdde1674282d58bc69494119f6d8 X-VCS-Branch: master Date: Sun, 10 Feb 2019 04:14:45 +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: 17d58b50-ed7b-4b10-ad2c-9bfac2219b8a X-Archives-Hash: 56d4cf79f6dc6f9683966d3d4b2f15d4 commit: d4995122c6b1cdde1674282d58bc69494119f6d8 Author: Chris PeBenito ieee org> AuthorDate: Sun Jan 27 17:58:33 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Feb 10 04:11:25 2019 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d4995122 filesystem, postgresql: Module version bump. Signed-off-by: Jason Zaman perfinion.com> policy/modules/kernel/filesystem.te | 2 +- policy/modules/services/postgresql.te | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/kernel/filesystem.te b/policy/modules/kernel/filesystem.te index 8ddacd76..5cbf319b 100644 --- a/policy/modules/kernel/filesystem.te +++ b/policy/modules/kernel/filesystem.te @@ -1,4 +1,4 @@ -policy_module(filesystem, 1.24.0) +policy_module(filesystem, 1.24.1) ######################################## # diff --git a/policy/modules/services/postgresql.te b/policy/modules/services/postgresql.te index 3bdffe4f..8f7043c3 100644 --- a/policy/modules/services/postgresql.te +++ b/policy/modules/services/postgresql.te @@ -1,4 +1,4 @@ -policy_module(postgresql, 1.19.0) +policy_module(postgresql, 1.19.1) gen_require(` class db_database all_db_database_perms;