diff options
Diffstat (limited to 'recipes-security/refpolicy/refpolicy-2.20170204/poky-fc-udevd.patch')
-rw-r--r-- | recipes-security/refpolicy/refpolicy-2.20170204/poky-fc-udevd.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/recipes-security/refpolicy/refpolicy-2.20170204/poky-fc-udevd.patch b/recipes-security/refpolicy/refpolicy-2.20170204/poky-fc-udevd.patch deleted file mode 100644 index 8e2cb1b..0000000 --- a/recipes-security/refpolicy/refpolicy-2.20170204/poky-fc-udevd.patch +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | From 025bd3c77d3eeb0e316413bf7e6353f1ccd7f6b2 Mon Sep 17 00:00:00 2001 | ||
2 | From: Wenzong Fan <wenzong.fan@windriver.com> | ||
3 | Date: Sat, 25 Jan 2014 23:40:05 -0500 | ||
4 | Subject: [PATCH] refpolicy: fix real path for udevd/udevadm | ||
5 | |||
6 | Upstream-Status: Inappropriate [configuration] | ||
7 | |||
8 | Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> | ||
9 | --- | ||
10 | policy/modules/system/udev.fc | 2 ++ | ||
11 | 1 file changed, 2 insertions(+) | ||
12 | |||
13 | --- a/policy/modules/system/udev.fc | ||
14 | +++ b/policy/modules/system/udev.fc | ||
15 | @@ -8,10 +8,11 @@ | ||
16 | |||
17 | /etc/udev/rules.d(/.*)? gen_context(system_u:object_r:udev_rules_t,s0) | ||
18 | /etc/udev/scripts/.+ -- gen_context(system_u:object_r:udev_helper_exec_t,s0) | ||
19 | |||
20 | /lib/udev/udev-acl -- gen_context(system_u:object_r:udev_exec_t,s0) | ||
21 | +/lib/udev/udevd -- gen_context(system_u:object_r:udev_exec_t,s0) | ||
22 | |||
23 | ifdef(`distro_debian',` | ||
24 | /bin/udevadm -- gen_context(system_u:object_r:udev_exec_t,s0) | ||
25 | /lib/udev/create_static_nodes -- gen_context(system_u:object_r:udev_exec_t,s0) | ||
26 | ') | ||
27 | @@ -26,10 +27,11 @@ ifdef(`distro_debian',` | ||
28 | ifdef(`distro_redhat',` | ||
29 | /sbin/start_udev -- gen_context(system_u:object_r:udev_exec_t,s0) | ||
30 | ') | ||
31 | |||
32 | /usr/bin/udevinfo -- gen_context(system_u:object_r:udev_exec_t,s0) | ||
33 | +/usr/bin/udevadm -- gen_context(system_u:object_r:udev_exec_t,s0) | ||
34 | |||
35 | /usr/sbin/udev -- gen_context(system_u:object_r:udev_exec_t,s0) | ||
36 | /usr/sbin/udevadm -- gen_context(system_u:object_r:udev_exec_t,s0) | ||
37 | /usr/sbin/udevd -- gen_context(system_u:object_r:udev_exec_t,s0) | ||
38 | /usr/sbin/udevsend -- gen_context(system_u:object_r:udev_exec_t,s0) | ||