diff options
Diffstat (limited to 'recipes-security/refpolicy/refpolicy-git/poky-fc-subs_dist.patch')
-rw-r--r-- | recipes-security/refpolicy/refpolicy-git/poky-fc-subs_dist.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes-security/refpolicy/refpolicy-git/poky-fc-subs_dist.patch b/recipes-security/refpolicy/refpolicy-git/poky-fc-subs_dist.patch deleted file mode 100644 index 8aec193..0000000 --- a/recipes-security/refpolicy/refpolicy-git/poky-fc-subs_dist.patch +++ /dev/null | |||
@@ -1,32 +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 | 11 +++++++++++ | ||
12 | 1 file changed, 11 insertions(+) | ||
13 | |||
14 | --- a/config/file_contexts.subs_dist | ||
15 | +++ b/config/file_contexts.subs_dist | ||
16 | @@ -26,5 +26,16 @@ | ||
17 | |||
18 | # backward compatibility | ||
19 | # not for refpolicy intern, but for /var/run using applications, | ||
20 | # like systemd tmpfiles or systemd socket configurations | ||
21 | /var/run /run | ||
22 | + | ||
23 | +/var/volatile/log /var/log | ||
24 | +/var/volatile/run /var/run | ||
25 | +/var/volatile/cache /var/cache | ||
26 | +/var/volatile/tmp /var/tmp | ||
27 | +/var/volatile/lock /var/lock | ||
28 | +/var/volatile/run/lock /var/lock | ||
29 | +/www /var/www | ||
30 | +/usr/lib/busybox/bin /bin | ||
31 | +/usr/lib/busybox/sbin /sbin | ||
32 | +/usr/lib/busybox/usr /usr | ||