From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-749678-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1A204138A1A for <garchives@archives.gentoo.org>; Sun, 23 Nov 2014 14:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 852EEE0848; Sun, 23 Nov 2014 14:06:16 +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 5CC1DE083A for <gentoo-commits@lists.gentoo.org>; Sun, 23 Nov 2014 14:06:15 +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 D934234046B for <gentoo-commits@lists.gentoo.org>; Sun, 23 Nov 2014 14:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56B16ABF5 for <gentoo-commits@lists.gentoo.org>; Sun, 23 Nov 2014 14:06:11 +0000 (UTC) From: "Sven Vermeulen" <swift@gentoo.org> 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" <swift@gentoo.org> Message-ID: <1416681263.d634f3732a6e8ce11f31f6cda00e2be5d48e8276.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:bitcoin commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/authlogin.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d634f3732a6e8ce11f31f6cda00e2be5d48e8276 X-VCS-Branch: bitcoin Date: Sun, 23 Nov 2014 14:06:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 474c8048-15e3-45a2-a02a-e1707f531a24 X-Archives-Hash: 42168e73d3b14f2e1e53c0fb3fca590a commit: d634f3732a6e8ce11f31f6cda00e2be5d48e8276 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be> AuthorDate: Sat Nov 22 18:34:23 2014 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Sat Nov 22 18:34:23 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d634f373 Bad whitespace but matches upstream --- policy/modules/system/authlogin.if | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/system/authlogin.if b/policy/modules/system/authlogin.if index f20a6a6..03c567a 100644 --- a/policy/modules/system/authlogin.if +++ b/policy/modules/system/authlogin.if @@ -1767,9 +1767,9 @@ interface(`auth_relabel_login_records',` ## <infoflow type="both" weight="10"/> # interface(`auth_use_nsswitch',` - gen_require(` - attribute nsswitch_domain; - ') + gen_require(` + attribute nsswitch_domain; + ') typeattribute $1 nsswitch_domain; ') From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-749563-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 81B1B138ACF for <garchives@archives.gentoo.org>; Sat, 22 Nov 2014 19:03:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADFF3E0969; Sat, 22 Nov 2014 19:02:59 +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 2AB9BE0964 for <gentoo-commits@lists.gentoo.org>; Sat, 22 Nov 2014 19:02:59 +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 5191034055E for <gentoo-commits@lists.gentoo.org>; Sat, 22 Nov 2014 19:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F207DAB0B for <gentoo-commits@lists.gentoo.org>; Sat, 22 Nov 2014 19:02:56 +0000 (UTC) From: "Sven Vermeulen" <swift@gentoo.org> 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" <swift@gentoo.org> Message-ID: <1416681263.d634f3732a6e8ce11f31f6cda00e2be5d48e8276.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/authlogin.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d634f3732a6e8ce11f31f6cda00e2be5d48e8276 X-VCS-Branch: master Date: Sat, 22 Nov 2014 19:02:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0dbac7ef-24c1-4db0-9a38-1f7db563e93e X-Archives-Hash: 2f2e83f7344b602966f01232d2728600 Message-ID: <20141122190256.bX-FCUG1t4suaeVVjTxx2pe2RHXmwJ661_NThN99fH8@z> commit: d634f3732a6e8ce11f31f6cda00e2be5d48e8276 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be> AuthorDate: Sat Nov 22 18:34:23 2014 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Sat Nov 22 18:34:23 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d634f373 Bad whitespace but matches upstream --- policy/modules/system/authlogin.if | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/system/authlogin.if b/policy/modules/system/authlogin.if index f20a6a6..03c567a 100644 --- a/policy/modules/system/authlogin.if +++ b/policy/modules/system/authlogin.if @@ -1767,9 +1767,9 @@ interface(`auth_relabel_login_records',` ## <infoflow type="both" weight="10"/> # interface(`auth_use_nsswitch',` - gen_require(` - attribute nsswitch_domain; - ') + gen_require(` + attribute nsswitch_domain; + ') typeattribute $1 nsswitch_domain; ') From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-751012-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C5BB61389E2 for <garchives@archives.gentoo.org>; Fri, 28 Nov 2014 10:04:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED245E0899; Fri, 28 Nov 2014 10:04:07 +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 13F28E0891 for <gentoo-commits@lists.gentoo.org>; Fri, 28 Nov 2014 10:04:07 +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 390003403FF for <gentoo-commits@lists.gentoo.org>; Fri, 28 Nov 2014 10:04:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97405B148 for <gentoo-commits@lists.gentoo.org>; Fri, 28 Nov 2014 10:04:03 +0000 (UTC) From: "Sven Vermeulen" <swift@gentoo.org> 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" <swift@gentoo.org> Message-ID: <1416681263.d634f3732a6e8ce11f31f6cda00e2be5d48e8276.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/authlogin.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d634f3732a6e8ce11f31f6cda00e2be5d48e8276 X-VCS-Branch: next Date: Fri, 28 Nov 2014 10:04:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9ddf8523-7027-47b8-bc52-cac1f804e255 X-Archives-Hash: 631816d5b9e83ca6918fb91339f397c5 Message-ID: <20141128100403.0NEAUe3m0BkN0z8GqBJDivCfrwuabEHFzHbW7bFY1fI@z> commit: d634f3732a6e8ce11f31f6cda00e2be5d48e8276 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be> AuthorDate: Sat Nov 22 18:34:23 2014 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Sat Nov 22 18:34:23 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d634f373 Bad whitespace but matches upstream --- policy/modules/system/authlogin.if | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/system/authlogin.if b/policy/modules/system/authlogin.if index f20a6a6..03c567a 100644 --- a/policy/modules/system/authlogin.if +++ b/policy/modules/system/authlogin.if @@ -1767,9 +1767,9 @@ interface(`auth_relabel_login_records',` ## <infoflow type="both" weight="10"/> # interface(`auth_use_nsswitch',` - gen_require(` - attribute nsswitch_domain; - ') + gen_require(` + attribute nsswitch_domain; + ') typeattribute $1 nsswitch_domain; ')