From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55E02139085 for ; Sun, 1 Jan 2017 16:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B46B8E0E7E; Sun, 1 Jan 2017 16:47:11 +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 93976E0E7E for ; Sun, 1 Jan 2017 16:47:06 +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 C5DAC340F2A for ; Sun, 1 Jan 2017 16:47:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F61425C3 for ; Sun, 1 Jan 2017 16:47:04 +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: <1483288905.cdcad1b4eb7e68b9f4f227f6bef5ee5abfc766d3.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next 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: cdcad1b4eb7e68b9f4f227f6bef5ee5abfc766d3 X-VCS-Branch: next Date: Sun, 1 Jan 2017 16:47:04 +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: 63d9f585-b3b9-41e6-a886-16f7d5a95428 X-Archives-Hash: dbf182a580fcc47d76cad3f6c2714bea Message-ID: <20170101164704.pVZWU0hjVf-mXaD5XuHy3RYZ74oDluW9q61Hl_2p3Ho@z> commit: cdcad1b4eb7e68b9f4f227f6bef5ee5abfc766d3 Author: Jason Zaman perfinion com> AuthorDate: Sun Jan 1 16:40:56 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Jan 1 16:41:45 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=cdcad1b4 devices: dev_setattr_generic_chr_files added upstream, remove gentoo interface policy/modules/kernel/devices.if | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/policy/modules/kernel/devices.if b/policy/modules/kernel/devices.if index 7d99b29..428f5a0 100644 --- a/policy/modules/kernel/devices.if +++ b/policy/modules/kernel/devices.if @@ -5127,25 +5127,6 @@ interface(`dev_dontaudit_read_sysfs',` ######################################## ## -## Setattr for generic character device files. -## -## -## -## Domain allowed access -## -## -# -interface(`dev_setattr_generic_chr_files',` - gen_require(` - type device_t; - ') - - allow $1 device_t:chr_file setattr; -') - - -######################################## -## ## Relabel cpu online hardware state information. ## ##