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 BABD71393DD for ; Fri, 22 Aug 2014 12:27:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9971E087F; Fri, 22 Aug 2014 12:27:42 +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 6B7F5E0881 for ; Fri, 22 Aug 2014 12:27:42 +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 6419834011E for ; Fri, 22 Aug 2014 12:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 031203B54 for ; Fri, 22 Aug 2014 12:27:40 +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: <1408642183.d9b301bb1c15d5f50bffccc58667d7f0dce316c5.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:perfinion 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: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: d9b301bb1c15d5f50bffccc58667d7f0dce316c5 X-VCS-Branch: perfinion Date: Fri, 22 Aug 2014 12:27:40 +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: 852667fb-f101-4f44-8225-06e39729a159 X-Archives-Hash: 9154b4a43dd4b16c318f8171eb78b636 commit: d9b301bb1c15d5f50bffccc58667d7f0dce316c5 Author: Luis Ressel aixah de> AuthorDate: Mon Aug 11 13:52:56 2014 +0000 Commit: Jason Zaman perfinion com> 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)