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 91B3B1382DE for ; Sun, 3 Jul 2016 11:33:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2D76E0AEE; Sun, 3 Jul 2016 11:33:10 +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 2F83BE0AE6 for ; Sun, 3 Jul 2016 11:33:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8D8F340DB0 for ; Sun, 3 Jul 2016 11:33:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A7D22432 for ; Sun, 3 Jul 2016 11:33:05 +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: <1467545541.668f0a09ac93f5791925ec3d52d5e3831911f6c0.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/puppet.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 668f0a09ac93f5791925ec3d52d5e3831911f6c0 X-VCS-Branch: master Date: Sun, 3 Jul 2016 11:33:05 +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: 573fcee9-6b44-4a32-b0d4-901b22040d6e X-Archives-Hash: b8844f5bdc5a9c11bcb666b0a4a59706 commit: 668f0a09ac93f5791925ec3d52d5e3831911f6c0 Author: Dominick Grift gmail com> AuthorDate: Tue Jun 14 11:14:37 2016 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Jul 3 11:32:21 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=668f0a09 Module version bump for changes to the puppet module by Thomas Mueller Move optional block as per style guide policy/modules/contrib/puppet.te | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/policy/modules/contrib/puppet.te b/policy/modules/contrib/puppet.te index adda09f..4516018 100644 --- a/policy/modules/contrib/puppet.te +++ b/policy/modules/contrib/puppet.te @@ -1,4 +1,4 @@ -policy_module(puppet, 1.6.0) +policy_module(puppet, 1.6.1) ######################################## # @@ -192,16 +192,16 @@ optional_policy(` ') optional_policy(` - unconfined_domain(puppet_t) + shorewall_domtrans(puppet_t) ') optional_policy(` - usermanage_domtrans_groupadd(puppet_t) - usermanage_domtrans_useradd(puppet_t) + unconfined_domain(puppet_t) ') optional_policy(` - shorewall_domtrans(puppet_t) + usermanage_domtrans_groupadd(puppet_t) + usermanage_domtrans_useradd(puppet_t) ') ######################################## 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 28CFA1382DE for ; Sun, 3 Jul 2016 11:34:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DB56141FC; Sun, 3 Jul 2016 11:34:35 +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 D8CF5141FC for ; Sun, 3 Jul 2016 11:34:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22E4C340DA6 for ; Sun, 3 Jul 2016 11:34:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 238BE244F for ; Sun, 3 Jul 2016 11:34:15 +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: <1467545541.668f0a09ac93f5791925ec3d52d5e3831911f6c0.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/puppet.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 668f0a09ac93f5791925ec3d52d5e3831911f6c0 X-VCS-Branch: swift Date: Sun, 3 Jul 2016 11:34:15 +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: 0fc465a0-830c-46cb-9aaa-1bb8866badf2 X-Archives-Hash: be6086d66b45c5ff352eed98608af31a Message-ID: <20160703113415.Aa5cIDWaeeF2WvvYA0oc3uiYSdnEq8MIQfvaaZRdDb0@z> commit: 668f0a09ac93f5791925ec3d52d5e3831911f6c0 Author: Dominick Grift gmail com> AuthorDate: Tue Jun 14 11:14:37 2016 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Jul 3 11:32:21 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=668f0a09 Module version bump for changes to the puppet module by Thomas Mueller Move optional block as per style guide policy/modules/contrib/puppet.te | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/policy/modules/contrib/puppet.te b/policy/modules/contrib/puppet.te index adda09f..4516018 100644 --- a/policy/modules/contrib/puppet.te +++ b/policy/modules/contrib/puppet.te @@ -1,4 +1,4 @@ -policy_module(puppet, 1.6.0) +policy_module(puppet, 1.6.1) ######################################## # @@ -192,16 +192,16 @@ optional_policy(` ') optional_policy(` - unconfined_domain(puppet_t) + shorewall_domtrans(puppet_t) ') optional_policy(` - usermanage_domtrans_groupadd(puppet_t) - usermanage_domtrans_useradd(puppet_t) + unconfined_domain(puppet_t) ') optional_policy(` - shorewall_domtrans(puppet_t) + usermanage_domtrans_groupadd(puppet_t) + usermanage_domtrans_useradd(puppet_t) ') ########################################