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 59529138A87 for ; Tue, 24 Feb 2015 17:11:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00059E0882; Tue, 24 Feb 2015 17:11:23 +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 30A61E087C for ; Tue, 24 Feb 2015 17:11:23 +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 48AF234081B for ; Tue, 24 Feb 2015 17:11:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C13E12773 for ; Tue, 24 Feb 2015 17:11:19 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1424025247.b715e919f47327b139754f16e514d03ae3a46bb1.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next 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: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b715e919f47327b139754f16e514d03ae3a46bb1 X-VCS-Branch: next Date: Tue, 24 Feb 2015 17:11:19 +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: 84b6dfef-8d98-439e-a550-11e8de154436 X-Archives-Hash: bdd9932d69ebff162cd13d5285f5b479 commit: b715e919f47327b139754f16e514d03ae3a46bb1 Author: Sven Vermeulen siphos be> AuthorDate: Sun Feb 15 18:34:07 2015 +0000 Commit: Jason Zaman 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) +')