diff options
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" | ||
