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 A03F01387E8 for ; Thu, 21 Aug 2014 17:31:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07B23E081E; Thu, 21 Aug 2014 17:31:15 +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 85E5DE081E for ; Thu, 21 Aug 2014 17:31:14 +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 A95403401B0 for ; Thu, 21 Aug 2014 17:31:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 509BD3A96 for ; Thu, 21 Aug 2014 17:31:12 +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: <1408642183.d9b301bb1c15d5f50bffccc58667d7f0dce316c5.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.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d9b301bb1c15d5f50bffccc58667d7f0dce316c5 X-VCS-Branch: master Date: Thu, 21 Aug 2014 17:31:12 +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: 8727e3d8-9da4-4661-9371-e399e1d25035 X-Archives-Hash: 3fc20e3c386a6b98a4f28d148c36ee12 commit: d9b301bb1c15d5f50bffccc58667d7f0dce316c5 Author: Luis Ressel aixah de> AuthorDate: Mon Aug 11 13:52:56 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Aug 21 17:29:43 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d9b301bb Grant mount permission to access /dev/fuse This is needed for mounting FUSE-based filesystems like ntfs-3g. --- policy/modules/system/mount.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/mount.te b/policy/modules/system/mount.te index 83854fd..7db4a9a 100644 --- a/policy/modules/system/mount.te +++ b/policy/modules/system/mount.te @@ -121,6 +121,7 @@ storage_raw_read_fixed_disk(mount_t) storage_raw_write_fixed_disk(mount_t) storage_raw_read_removable_device(mount_t) storage_raw_write_removable_device(mount_t) +storage_rw_fuse(mount_t) term_use_all_terms(mount_t) term_dontaudit_manage_pty_dirs(mount_t)