From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 296951381FA for ; Sun, 18 May 2014 12:01:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE508E0EE4; Sun, 18 May 2014 12:00:38 +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 7D0A4E0EE4 for ; Sun, 18 May 2014 12:00:38 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 777D93401F3 for ; Sun, 18 May 2014 12:00:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 14FA31818D for ; Sun, 18 May 2014 12:00:35 +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: <1400414413.f798c56c670f48f3e06b16188b4cd1ddab08508e.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/cachefilesd.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: f798c56c670f48f3e06b16188b4cd1ddab08508e X-VCS-Branch: master Date: Sun, 18 May 2014 12:00:35 +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: ffc4f5cc-a9d0-4a21-89cf-d80bf58ad500 X-Archives-Hash: 42ebfd52db43982cfb4192fef01a72f8 commit: f798c56c670f48f3e06b16188b4cd1ddab08508e Author: Sven Vermeulen siphos be> AuthorDate: Sun May 18 12:00:13 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun May 18 12:00:13 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=f798c56c Make cachefiles_kernel_t an alias to cachefilesd_kernel_t so that default package settings can be retained --- policy/modules/contrib/cachefilesd.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/cachefilesd.te b/policy/modules/contrib/cachefilesd.te index 353aa85..0490841 100644 --- a/policy/modules/contrib/cachefilesd.te +++ b/policy/modules/contrib/cachefilesd.te @@ -53,6 +53,8 @@ optional_policy(` ifdef(`distro_gentoo',` type cachefilesd_kernel_t; + # Compatible with fedora, for package defaults and so on + typealias cachefilesd_kernel_t alias cachefiles_kernel_t; domain_type(cachefilesd_kernel_t) domain_obj_id_change_exemption(cachefilesd_kernel_t) role system_r types cachefilesd_kernel_t;