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 658C6138247 for ; Fri, 6 Dec 2013 17:33:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D0FDE0B57; Fri, 6 Dec 2013 17:33:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69599E0B46 for ; Fri, 6 Dec 2013 17:33:20 +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 6EFCC33F4C4 for ; Fri, 6 Dec 2013 17:33:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 28A06D08AA for ; Fri, 6 Dec 2013 17:33: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: <1386351065.f26be42ab7f8d99d55ca2d0ef44c70b0ea7cc7a2.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: f26be42ab7f8d99d55ca2d0ef44c70b0ea7cc7a2 X-VCS-Branch: master Date: Fri, 6 Dec 2013 17:33: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: 2855ccea-0ceb-406f-8c78-66f19c673f57 X-Archives-Hash: 57531ef5e808fbf65c775b1ca4ff7681 commit: f26be42ab7f8d99d55ca2d0ef44c70b0ea7cc7a2 Author: Dominick Grift gmail com> AuthorDate: Sat Nov 9 09:44:51 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Dec 6 17:31:05 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=f26be42a udev: udevd executable location changed Signed-off-by: Dominick Grift gmail.com> --- policy/modules/system/udev.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/udev.fc b/policy/modules/system/udev.fc index dcc2a64..93800be 100644 --- a/policy/modules/system/udev.fc +++ b/policy/modules/system/udev.fc @@ -33,6 +33,7 @@ ifdef(`distro_redhat',` /var/run/udev(/.*)? gen_context(system_u:object_r:udev_var_run_t,s0) ifdef(`distro_debian',` +/lib/systemd/systemd-udevd -- gen_context(system_u:object_r:udev_exec_t,s0) /var/run/xen-hotplug -d gen_context(system_u:object_r:udev_var_run_t,s0) ')