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 41B1D138A1F for ; Mon, 21 Apr 2014 15:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61102E099B; Mon, 21 Apr 2014 15:25:21 +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 9EAC1E0996 for ; Mon, 21 Apr 2014 15:25:20 +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 D251F33FEC0 for ; Mon, 21 Apr 2014 15:25:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E953B187AB for ; Mon, 21 Apr 2014 15:25:17 +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: <1398093732.726854ef32842b32a59d09bf755d5229b4f98429.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/devices.if X-VCS-Directories: policy/modules/kernel/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 726854ef32842b32a59d09bf755d5229b4f98429 X-VCS-Branch: master Date: Mon, 21 Apr 2014 15:25:17 +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: bf6c41ec-ddf5-4eb7-8216-b7b4205df2bd X-Archives-Hash: dbde8bee0acf748ba60a4d9c46a3ad8c commit: 726854ef32842b32a59d09bf755d5229b4f98429 Author: Sven Vermeulen siphos be> AuthorDate: Mon Apr 21 15:22:12 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Apr 21 15:22:12 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=726854ef Merged upstream, so own def can be removed --- policy/modules/kernel/devices.if | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/policy/modules/kernel/devices.if b/policy/modules/kernel/devices.if index 1ae060c..2963f91 100644 --- a/policy/modules/kernel/devices.if +++ b/policy/modules/kernel/devices.if @@ -4955,43 +4955,6 @@ interface(`dev_dontaudit_read_sysfs',` ######################################## ## -## Do not audit getting the attributes of sysfs filesystem -## -## -## -## Domain to dontaudit access from -## -## -# -interface(`dev_dontaudit_getattr_sysfs_fs',` - gen_require(` - type sysfs_t; - ') - - dontaudit $1 sysfs_t:filesystem getattr; -') - -######################################## -## -## Get the attributes of sysfs filesystem -## -## -## -## Domain allowed access. -## -## -# -interface(`dev_getattr_sysfs_fs',` - gen_require(` - type sysfs_t; - ') - - allow $1 sysfs_t:filesystem getattr; -') - - -######################################## -## ## Setattr for generic character device files. ## ##