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 D54AE1387B1 for ; Thu, 23 Jan 2014 20:00:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A1B7E0AE2; 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 B3F15E0AE0 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 C7D0533F390 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 5CE88187B5 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: <1390507168.fd503e738031c7084c6ccdc8076d44299055388d.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/storage.fc X-VCS-Directories: policy/modules/kernel/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: fd503e738031c7084c6ccdc8076d44299055388d 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: 7e5d6336-047b-4eda-ac2b-133fdb995893 X-Archives-Hash: a00d84dc2b4dab222566f554d7403519 commit: fd503e738031c7084c6ccdc8076d44299055388d Author: Chris PeBenito tresys com> AuthorDate: Tue Jan 21 13:52:24 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Jan 23 19:59:28 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=fd503e73 Remove ZFS symlink labeling. --- policy/modules/kernel/storage.fc | 1 - 1 file changed, 1 deletion(-) diff --git a/policy/modules/kernel/storage.fc b/policy/modules/kernel/storage.fc index 4315bd5..4ba2184 100644 --- a/policy/modules/kernel/storage.fc +++ b/policy/modules/kernel/storage.fc @@ -81,7 +81,6 @@ ifdef(`distro_redhat', ` /dev/zfs -c gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh) /dev/zpios -c gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh) -/dev/zvol(/.*)? -l gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh) /dev/zd.* -b gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh) /lib/udev/devices/loop.* -b gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)