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 6D7741395E3 for ; Tue, 6 Dec 2016 14:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B60AE21C1A6; Tue, 6 Dec 2016 14:25:06 +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 8D71BE0C5D for ; Tue, 6 Dec 2016 14:25:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C4E67341644 for ; Tue, 6 Dec 2016 14:25:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0191E24CC for ; Tue, 6 Dec 2016 14:25:01 +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: <1481034013.acec90e60dfa2f47ee6fb883ec25baed3868aa8e.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/gnome.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: acec90e60dfa2f47ee6fb883ec25baed3868aa8e X-VCS-Branch: next Date: Tue, 6 Dec 2016 14:25:01 +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: 1140ae9c-6754-4bc7-812c-1aa32fe9539a X-Archives-Hash: ae34e470bb71697dc0310eb74e6bffe3 commit: acec90e60dfa2f47ee6fb883ec25baed3868aa8e Author: Jason Zaman perfinion com> AuthorDate: Wed Oct 26 05:35:36 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 6 14:20:13 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=acec90e6 gnome: add gentoo-specific gkeyring fcontext policy/modules/contrib/gnome.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/gnome.fc b/policy/modules/contrib/gnome.fc index cd2ead4..f31230e 100644 --- a/policy/modules/contrib/gnome.fc +++ b/policy/modules/contrib/gnome.fc @@ -26,4 +26,5 @@ ifdef(`distro_gentoo',` HOME_DIR/\.config/dconf(/.*)? gen_context(system_u:object_r:gnome_xdg_config_home_t,s0) HOME_DIR/\.cache/dconf(/.*)? gen_context(system_u:object_r:gnome_xdg_cache_home_t,s0) HOME_DIR/\.cache/keyring-.* gen_context(system_u:object_r:gnome_xdg_cache_home_t,s0) +HOME_DIR/\.local/share/keyrings(/.*)? gen_context(system_u:object_r:gnome_xdg_data_home_t,s0) ') 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 5AB841395E3 for ; Tue, 6 Dec 2016 14:21:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84CB4E0C36; Tue, 6 Dec 2016 14:21:53 +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 61D4BE0C36 for ; Tue, 6 Dec 2016 14:21:53 +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 E6965341024 for ; Tue, 6 Dec 2016 14:21:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7056C24B6 for ; Tue, 6 Dec 2016 14:21:50 +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: <1481034013.acec90e60dfa2f47ee6fb883ec25baed3868aa8e.perfinion@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/gnome.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: acec90e60dfa2f47ee6fb883ec25baed3868aa8e X-VCS-Branch: master Date: Tue, 6 Dec 2016 14:21:50 +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: 78ac2557-1599-4d95-987c-796519c2cb74 X-Archives-Hash: 437f9fe00e3dfbdd0e1b24231caef0a6 Message-ID: <20161206142150.CGuVYcbyKa05qDw7PVoL9oMJ3Zlo9wlc4-gmogtz-Ec@z> commit: acec90e60dfa2f47ee6fb883ec25baed3868aa8e Author: Jason Zaman perfinion com> AuthorDate: Wed Oct 26 05:35:36 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 6 14:20:13 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=acec90e6 gnome: add gentoo-specific gkeyring fcontext policy/modules/contrib/gnome.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/gnome.fc b/policy/modules/contrib/gnome.fc index cd2ead4..f31230e 100644 --- a/policy/modules/contrib/gnome.fc +++ b/policy/modules/contrib/gnome.fc @@ -26,4 +26,5 @@ ifdef(`distro_gentoo',` HOME_DIR/\.config/dconf(/.*)? gen_context(system_u:object_r:gnome_xdg_config_home_t,s0) HOME_DIR/\.cache/dconf(/.*)? gen_context(system_u:object_r:gnome_xdg_cache_home_t,s0) HOME_DIR/\.cache/keyring-.* gen_context(system_u:object_r:gnome_xdg_cache_home_t,s0) +HOME_DIR/\.local/share/keyrings(/.*)? gen_context(system_u:object_r:gnome_xdg_data_home_t,s0) ')