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 203F613829C for ; Sat, 4 Jun 2016 11:01:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D5A825405C; Sat, 4 Jun 2016 11:01:09 +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 CD7DD25405C for ; Sat, 4 Jun 2016 11:01:08 +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 31ECA340967 for ; Sat, 4 Jun 2016 11:01:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C76E970 for ; Sat, 4 Jun 2016 11:01:04 +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: <1465038055.c4542a5345afd96cf1cb19ec5dc23fd7bfa17171.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/xdg.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: c4542a5345afd96cf1cb19ec5dc23fd7bfa17171 X-VCS-Branch: master Date: Sat, 4 Jun 2016 11:01:04 +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: 92efd06a-2778-4a96-a65b-13ee9f9c5861 X-Archives-Hash: 1cea34e8a0aef598fe65f2b6c8f49ad7 Message-ID: <20160604110104.vfHn7BsxBUlq3HzB_BMNoNZ0pRUfUgvS7lXCRETWTtg@z> commit: c4542a5345afd96cf1cb19ec5dc23fd7bfa17171 Author: Sven Vermeulen gentoo org> AuthorDate: Sat Jun 4 11:00:55 2016 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Jun 4 11:00:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=c4542a53 Add in xdg_runtime_home_type attribute for now policy/modules/contrib/xdg.te | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/policy/modules/contrib/xdg.te b/policy/modules/contrib/xdg.te index 1cc9311..5ec1a12 100644 --- a/policy/modules/contrib/xdg.te +++ b/policy/modules/contrib/xdg.te @@ -11,6 +11,13 @@ attribute xdg_config_home_type; attribute xdg_cache_home_type; +# Not used but keep this at least two releases +# We have noticed that the userdom_manage_home_role call to the xdg functions +# seems to fail due to this attribute type not existing anymore while the +# build seems to still require it. By waiting a couple of releases we can be more +# confident that no calls to xdg_runtime_* are used anymore. +attribute xdg_runtime_home_type; + type xdg_data_home_t; xdg_data_home_content(xdg_data_home_t)