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 B0828138A1A for ; Sun, 15 Feb 2015 18:36:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA71AE09AA; Sun, 15 Feb 2015 18:36:17 +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 8851AE09AA for ; Sun, 15 Feb 2015 18:36:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88B6C3407D3 for ; Sun, 15 Feb 2015 18:36:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09DE911D3E for ; Sun, 15 Feb 2015 18:36:02 +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: <1424025247.b715e919f47327b139754f16e514d03ae3a46bb1.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/kernel/filesystem.te X-VCS-Directories: policy/modules/kernel/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: b715e919f47327b139754f16e514d03ae3a46bb1 X-VCS-Branch: master Date: Sun, 15 Feb 2015 18:36:02 +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: 15f65de0-79b8-4e58-a054-71a0638ecd4c X-Archives-Hash: d1b1ecd7d82b49d390138887fad60eba commit: b715e919f47327b139754f16e514d03ae3a46bb1 Author: Sven Vermeulen siphos be> AuthorDate: Sun Feb 15 18:34:07 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Feb 15 18:34:07 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=b715e919 Fix bug #535986 - Mark configfs_t as file type/mount point --- policy/modules/kernel/filesystem.te | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy/modules/kernel/filesystem.te b/policy/modules/kernel/filesystem.te index f78adef..32ecb93 100644 --- a/policy/modules/kernel/filesystem.te +++ b/policy/modules/kernel/filesystem.te @@ -306,3 +306,8 @@ allow filesystem_unconfined_type filesystem_type:filesystem *; # pseudo filesystem types that are applied to both the filesystem # and its files. allow filesystem_unconfined_type filesystem_type:{ dir file lnk_file sock_file fifo_file chr_file blk_file } *; + +ifdef(`distro_gentoo',` + # Fix bug 535986 - Mark configfs_t as file type (and mountpoint probably as well) + files_mountpoint(configfs_t) +')