diff options
author | Joe MacDonald <joe@deserted.net> | 2019-04-08 13:50:40 -0400 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2019-04-10 10:57:14 -0400 |
commit | 776da889b550ac9e5be414a8cc10fd86b1923264 (patch) | |
tree | 79771fa29c551e934321434f4b5f3da7a27fd91f /recipes-security/refpolicy/refpolicy-git/poky-fc-subs_dist.patch | |
parent | a6a3cadb1ef3203a123d8f5f9df27832f55b2ce3 (diff) | |
download | meta-selinux-jjm/RELEASE_2.20190201.tar.gz |
refpolicy: update to 2.20190201 and git HEAD policiesjjm/RELEASE_2.20190201
Additionally, the README has fallen out of date, update it to reflect the
current reality of layer dependencies.
Signed-off-by: Joe MacDonald <joe@deserted.net>
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 | ||