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 078C0138206 for ; Thu, 18 Jan 2018 16:15:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 294CDE08F5; Thu, 18 Jan 2018 16:15:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0490BE08F5 for ; Thu, 18 Jan 2018 16:15:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27A25335C39 for ; Thu, 18 Jan 2018 16:15:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44C8F1CC for ; Thu, 18 Jan 2018 16:15:42 +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: <1513228180.f535dde10ac78ef53ae5dae23f848c2a2cafa55c.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift 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: f535dde10ac78ef53ae5dae23f848c2a2cafa55c X-VCS-Branch: swift Date: Thu, 18 Jan 2018 16:15:42 +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: b69d843c-0706-42d5-aea4-f4b959db7412 X-Archives-Hash: 9fee85054502aa5e73166f69dde7477c commit: f535dde10ac78ef53ae5dae23f848c2a2cafa55c Author: Jason Zaman perfinion com> AuthorDate: Wed Dec 13 18:17:21 2017 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Dec 14 05:09:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f535dde1 cachefilesd: make cachefilesd_cache_t a mountpoint policy/modules/contrib/cachefilesd.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/cachefilesd.te b/policy/modules/contrib/cachefilesd.te index d225d745..d09ac561 100644 --- a/policy/modules/contrib/cachefilesd.te +++ b/policy/modules/contrib/cachefilesd.te @@ -13,7 +13,7 @@ type cachefilesd_initrc_exec_t; init_script_file(cachefilesd_initrc_exec_t) type cachefilesd_cache_t; -files_type(cachefilesd_cache_t) +files_mountpoint(cachefilesd_cache_t) type cachefilesd_var_run_t; files_pid_file(cachefilesd_var_run_t)