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 3BF361381F3 for ; Tue, 27 Nov 2012 19:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6141021C0A8; Tue, 27 Nov 2012 19:26:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98B2D21C0A9 for ; Tue, 27 Nov 2012 19:26:12 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CE3233D9BA for ; Tue, 27 Nov 2012 19:26:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0636AE5446 for ; Tue, 27 Nov 2012 19:14:13 +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: <1354042842.452babccc27f2e400ad342bd70bda2a816656406.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/miscfiles.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 452babccc27f2e400ad342bd70bda2a816656406 X-VCS-Branch: master Date: Tue, 27 Nov 2012 19:14:13 +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: 8ef70480-cd87-4b28-8c71-46c7055e66b4 X-Archives-Hash: b2160f8fb9dd87665a7d688bf56203c7 commit: 452babccc27f2e400ad342bd70bda2a816656406 Author: Chris PeBenito tresys com> AuthorDate: Mon Nov 26 16:07:32 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Tue Nov 27 19:00:42 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=452babcc Adjust man cache interface names. --- policy/modules/system/miscfiles.if | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/system/miscfiles.if b/policy/modules/system/miscfiles.if index f180d4c..8b9072c 100644 --- a/policy/modules/system/miscfiles.if +++ b/policy/modules/system/miscfiles.if @@ -658,7 +658,7 @@ interface(`miscfiles_manage_man_pages',` ## ## # -interface(`miscfiles_read_man_cache_content',` +interface(`miscfiles_read_man_cache',` gen_require(` type man_cache_t; ') @@ -680,7 +680,7 @@ interface(`miscfiles_read_man_cache_content',` ## ## # -interface(`miscfiles_manage_man_cache_content',` +interface(`miscfiles_manage_man_cache',` gen_require(` type man_cache_t; ')