diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2020-04-14 15:41:53 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2020-04-15 14:58:16 -0400 |
commit | b671291f7e2ddc5bacac997119a4562f6171fdb8 (patch) | |
tree | 3dd27feb785f3690846aafddd1e3096246a34578 | |
parent | d1e44cf90a969d076cd3dffa6c0d384cc7fe03ad (diff) | |
download | meta-selinux-b671291f7e2ddc5bacac997119a4562f6171fdb8.tar.gz |
restorecond: upgrade to 3.0 (20191204)
Fix typo in patch.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
3 files changed, 8 insertions, 8 deletions
diff --git a/recipes-security/selinux/restorecond/policycoreutils-make-O_CLOEXEC-optional.patch b/recipes-security/selinux/restorecond/policycoreutils-make-O_CLOEXEC-optional.patch index 2928aff..83250eb 100644 --- a/recipes-security/selinux/restorecond/policycoreutils-make-O_CLOEXEC-optional.patch +++ b/recipes-security/selinux/restorecond/policycoreutils-make-O_CLOEXEC-optional.patch | |||
@@ -14,7 +14,7 @@ compile-time option and generate a warning when it is not available. | |||
14 | The actual impact of leaking these file descriptors is minimal, though | 14 | The actual impact of leaking these file descriptors is minimal, though |
15 | it does produce curious AVC Denied messages. | 15 | it does produce curious AVC Denied messages. |
16 | 16 | ||
17 | Uptream-Status: Inappropriate | 17 | Upstream-Status: Inappropriate |
18 | [O_CLOEXEC has been in Linux since 2007 and POSIX since 2008] | 18 | [O_CLOEXEC has been in Linux since 2007 and POSIX since 2008] |
19 | 19 | ||
20 | Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com> | 20 | Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com> |
diff --git a/recipes-security/selinux/restorecond_2.9.bb b/recipes-security/selinux/restorecond_2.9.bb deleted file mode 100644 index 2ccac18..0000000 --- a/recipes-security/selinux/restorecond_2.9.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require selinux_20190315.inc | ||
2 | require ${BPN}.inc | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
5 | |||
6 | SRC_URI[md5sum] = "1a24cb2a23d8bd01d3f8d9bb2031981f" | ||
7 | SRC_URI[sha256sum] = "cbf9820583e641ee0462fa7bc89e6024676af281e025703e17b2d019b1a25a4f" | ||
diff --git a/recipes-security/selinux/restorecond_3.0.bb b/recipes-security/selinux/restorecond_3.0.bb new file mode 100644 index 0000000..8c840c9 --- /dev/null +++ b/recipes-security/selinux/restorecond_3.0.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require selinux_20191204.inc | ||
2 | require ${BPN}.inc | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
5 | |||
6 | SRC_URI[md5sum] = "f32edbd8a1f724ef1e4fa70bf9e22685" | ||
7 | SRC_URI[sha256sum] = "32a92c9f4bf48c613f9f467ced58d8c369eec8892239cd44d5d0e139b41926dc" | ||