diff options
Diffstat (limited to 'recipes-security/refpolicy/refpolicy-2.20140311/poky-fc-subs_dist.patch')
-rw-r--r-- | recipes-security/refpolicy/refpolicy-2.20140311/poky-fc-subs_dist.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-security/refpolicy/refpolicy-2.20140311/poky-fc-subs_dist.patch b/recipes-security/refpolicy/refpolicy-2.20140311/poky-fc-subs_dist.patch deleted file mode 100644 index cfec7d9..0000000 --- a/recipes-security/refpolicy/refpolicy-2.20140311/poky-fc-subs_dist.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | Subject: [PATCH] fix file_contexts.subs_dist for poky | ||
2 | |||
3 | This file is used for Linux distros to define specific pathes | ||
4 | mapping to the pathes in file_contexts. | ||
5 | |||
6 | Upstream-Status: Inappropriate [only for Poky] | ||
7 | |||
8 | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | ||
9 | Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> | ||
10 | --- | ||
11 | config/file_contexts.subs_dist | 10 ++++++++++ | ||
12 | 1 file changed, 10 insertions(+) | ||
13 | |||
14 | --- a/config/file_contexts.subs_dist | ||
15 | +++ b/config/file_contexts.subs_dist | ||
16 | @@ -19,3 +19,13 @@ | ||
17 | /usr/local/lib64 /usr/lib | ||
18 | /usr/local/lib /usr/lib | ||
19 | /var/run/lock /var/lock | ||
20 | +/var/volatile/log /var/log | ||
21 | +/var/volatile/run /var/run | ||
22 | +/var/volatile/cache /var/cache | ||
23 | +/var/volatile/tmp /var/tmp | ||
24 | +/var/volatile/lock /var/lock | ||
25 | +/var/volatile/run/lock /var/lock | ||
26 | +/www /var/www | ||
27 | +/usr/lib/busybox/bin /bin | ||
28 | +/usr/lib/busybox/sbin /sbin | ||
29 | +/usr/lib/busybox/usr /usr | ||