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 9848259CA5 for ; Wed, 23 Mar 2016 18:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D030B21C025; Wed, 23 Mar 2016 18:36:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 926A721C032 for ; Wed, 23 Mar 2016 18:36:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C904D340CCA for ; Wed, 23 Mar 2016 18:36:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0578886E for ; Wed, 23 Mar 2016 18:36:12 +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: <1458755629.115b10433bf704ffe5966b476702b24970bb8cfc.perfinion@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/devices.if X-VCS-Directories: policy/modules/kernel/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 115b10433bf704ffe5966b476702b24970bb8cfc X-VCS-Branch: master Date: Wed, 23 Mar 2016 18:36: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: 3853b4e8-2a23-42a2-a99e-cc0ed5e1163e X-Archives-Hash: eec60e8af66ccec7e005c1243902368b commit: 115b10433bf704ffe5966b476702b24970bb8cfc Author: Nicolas Iooss m4x org> AuthorDate: Wed Jan 20 11:36:02 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Mar 23 17:53:49 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=115b1043 Fix typo in dev_setattr_dlm_control interface requirements policy/modules/kernel/devices.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/kernel/devices.if b/policy/modules/kernel/devices.if index 9615efd..3f05417 100644 --- a/policy/modules/kernel/devices.if +++ b/policy/modules/kernel/devices.if @@ -1803,7 +1803,7 @@ interface(`dev_rw_crypto',` # interface(`dev_setattr_dlm_control',` gen_require(` - type device_t, kvm_device_t; + type device_t, dlm_control_device_t; ') setattr_chr_files_pattern($1, device_t, dlm_control_device_t)