summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-security/selinux/libselinux/0001-Fix-NULL-pointer-use-in-selinux_restorecon_set_sehandle.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/selinux/libselinux/0001-Fix-NULL-pointer-use-in-selinux_restorecon_set_sehandle.patch b/recipes-security/selinux/libselinux/0001-Fix-NULL-pointer-use-in-selinux_restorecon_set_sehandle.patch
index 8a9fb7c..f392f68 100644
--- a/recipes-security/selinux/libselinux/0001-Fix-NULL-pointer-use-in-selinux_restorecon_set_sehandle.patch
+++ b/recipes-security/selinux/libselinux/0001-Fix-NULL-pointer-use-in-selinux_restorecon_set_sehandle.patch
@@ -17,8 +17,8 @@ Acked-by: Stephen Smalley <stephen.smalley.work@gmail.com>
17 17
18diff --git a/libselinux/src/selinux_restorecon.c b/libselinux/src/selinux_restorecon.c 18diff --git a/libselinux/src/selinux_restorecon.c b/libselinux/src/selinux_restorecon.c
19index d1ce830c5..6993be6fd 100644 19index d1ce830c5..6993be6fd 100644
20--- a/libselinux/src/selinux_restorecon.c 20--- libselinux/src/selinux_restorecon.c
21+++ b/libselinux/src/selinux_restorecon.c 21+++ libselinux/src/selinux_restorecon.c
22@@ -1154,6 +1154,8 @@ void selinux_restorecon_set_sehandle(struct selabel_handle *hndl) 22@@ -1154,6 +1154,8 @@ void selinux_restorecon_set_sehandle(struct selabel_handle *hndl)
23 size_t num_specfiles, fc_digest_len; 23 size_t num_specfiles, fc_digest_len;
24 24