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 0F2BB1387B2 for ; Thu, 23 Jan 2014 20:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E3DFE0AE0; Thu, 23 Jan 2014 20:00:49 +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 C169CE0AE3 for ; Thu, 23 Jan 2014 20:00:48 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [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 E8DFD33F42F for ; Thu, 23 Jan 2014 20:00:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7AD8D187B6 for ; Thu, 23 Jan 2014 20:00:46 +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: <1390507170.99846a2c6f55a85393fc9297084220e4bd79d6e0.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/mount.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 99846a2c6f55a85393fc9297084220e4bd79d6e0 X-VCS-Branch: master Date: Thu, 23 Jan 2014 20:00:46 +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: a555bc61-9468-4b0f-88db-2410910718a8 X-Archives-Hash: bbeabcf23a995be57fd0f55575680a63 commit: 99846a2c6f55a85393fc9297084220e4bd79d6e0 Author: Chris PeBenito tresys com> AuthorDate: Tue Jan 21 13:54:59 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Jan 23 19:59:30 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=99846a2c Fix ZFS fc escaping in mount. --- policy/modules/system/mount.fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/system/mount.fc b/policy/modules/system/mount.fc index a5e1c6e..613ff7a 100644 --- a/policy/modules/system/mount.fc +++ b/policy/modules/system/mount.fc @@ -2,7 +2,7 @@ /bin/mount.* -- gen_context(system_u:object_r:mount_exec_t,s0) /bin/umount.* -- gen_context(system_u:object_r:mount_exec_t,s0) -/sbin/mount.zfs -- gen_context(system_u:object_r:mount_exec_t,s0) +/sbin/mount\.zfs -- gen_context(system_u:object_r:mount_exec_t,s0) /sbin/zpool -- gen_context(system_u:object_r:mount_exec_t,s0) /sbin/zfs -- gen_context(system_u:object_r:mount_exec_t,s0)