From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SYuLN-0002Nw-FP for garchives@archives.gentoo.org; Mon, 28 May 2012 07:26:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E45C6E0782; Mon, 28 May 2012 07:26:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AA844E0782 for ; Mon, 28 May 2012 07:26:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B2741B4021 for ; Mon, 28 May 2012 07:26:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C1A4BE5428 for ; Mon, 28 May 2012 07:26:05 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1338189949.9ec2a6a01501ed274bae022420b3d1f3d8e3a4d3.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/udev.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 9ec2a6a01501ed274bae022420b3d1f3d8e3a4d3 X-VCS-Branch: master Date: Mon, 28 May 2012 07:26:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5066dd49-c42d-4c8c-92f2-a0587ad2629c X-Archives-Hash: bcab39098e36843426f588210e0f6c85 commit: 9ec2a6a01501ed274bae022420b3d1f3d8e3a4d3 Author: Sven Vermeulen siphos be> AuthorDate: Mon May 28 07:25:49 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon May 28 07:25:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-refp= olicy.git;a=3Dcommit;h=3D9ec2a6a0 Update file contexts for udev stuff --- policy/modules/system/udev.fc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/policy/modules/system/udev.fc b/policy/modules/system/udev.f= c index 2575393..dc822f5 100644 --- a/policy/modules/system/udev.fc +++ b/policy/modules/system/udev.fc @@ -9,6 +9,7 @@ /etc/udev/rules.d(/.*)? gen_context(system_u:object_r:udev_rules_t,s0) /etc/udev/scripts/.+ -- gen_context(system_u:object_r:udev_helper_exec_t= ,s0) =20 +/lib/udev/udevd -- gen_context(system_u:object_r:udev_exec_t,s0) /lib/udev/udev-acl -- gen_context(system_u:object_r:udev_exec_t,s0) =20 ifdef(`distro_debian',` @@ -26,6 +27,7 @@ ifdef(`distro_redhat',` /sbin/start_udev -- gen_context(system_u:object_r:udev_exec_t,s0) ') =20 +/usr/bin/udevadm -- gen_context(system_u:object_r:udev_exec_t,s0) /usr/bin/udevinfo -- gen_context(system_u:object_r:udev_exec_t,s0) =20 /var/run/PackageKit/udev(/.*)? gen_context(system_u:object_r:udev_var_ru= n_t,s0)