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 6BE03138D1A for ; Mon, 24 Oct 2016 17:14:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0041DE09B3; Mon, 24 Oct 2016 17:14:05 +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 DE24AE09B3 for ; Mon, 24 Oct 2016 17:14:04 +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 0751F341665 for ; Mon, 24 Oct 2016 17:14:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BAB824A9 for ; Mon, 24 Oct 2016 17:14:00 +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: <1477328446.db3d43d0b52fc05b6bd36f6b887e84799a147ce4.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/userdomain.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: db3d43d0b52fc05b6bd36f6b887e84799a147ce4 X-VCS-Branch: next Date: Mon, 24 Oct 2016 17:14:00 +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: 730fa305-a6bd-4766-b2c1-9a9980b26302 X-Archives-Hash: 9cf8633167ec6eb644d6589327ddff72 Message-ID: <20161024171400.wkCiQ3pvBBSp6M4IafAW6MiztRontMkLB3v0LyXGz8U@z> commit: db3d43d0b52fc05b6bd36f6b887e84799a147ce4 Author: Sven Vermeulen gentoo org> AuthorDate: Mon Oct 24 17:00:46 2016 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Oct 24 17:00:46 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=db3d43d0 Duplicate type declaration, switch to typealias policy/modules/system/userdomain.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/system/userdomain.te b/policy/modules/system/userdomain.te index 94b068e..d147a56 100644 --- a/policy/modules/system/userdomain.te +++ b/policy/modules/system/userdomain.te @@ -133,5 +133,5 @@ ifdef(`distro_gentoo',` # We used to use cert_home_t but an upstream commit introduced the same # concept as user_cert_t. Enabling an alias to keep custom modules from # users running. - type user_cert_t alias cert_home_t; + typealias user_cert_t alias cert_home_t; ')