Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/
Date: Fri, 06 Dec 2013 17:33:25
Message-Id: 1386351065.f26be42ab7f8d99d55ca2d0ef44c70b0ea7cc7a2.swift@gentoo
1 commit: f26be42ab7f8d99d55ca2d0ef44c70b0ea7cc7a2
2 Author: Dominick Grift <dominick.grift <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 9 09:44:51 2013 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 6 17:31:05 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=f26be42a
7
8 udev: udevd executable location changed
9
10 Signed-off-by: Dominick Grift <dominick.grift <AT> gmail.com>
11
12 ---
13 policy/modules/system/udev.fc | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/policy/modules/system/udev.fc b/policy/modules/system/udev.fc
17 index dcc2a64..93800be 100644
18 --- a/policy/modules/system/udev.fc
19 +++ b/policy/modules/system/udev.fc
20 @@ -33,6 +33,7 @@ ifdef(`distro_redhat',`
21 /var/run/udev(/.*)? gen_context(system_u:object_r:udev_var_run_t,s0)
22
23 ifdef(`distro_debian',`
24 +/lib/systemd/systemd-udevd -- gen_context(system_u:object_r:udev_exec_t,s0)
25 /var/run/xen-hotplug -d gen_context(system_u:object_r:udev_var_run_t,s0)
26 ')