All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libselinux: Fix selinux_restorecon_parallel symbol version
@ 2021-11-23 10:38 Petr Lautrbach
  2021-11-23 11:29 ` Ondrej Mosnacek
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Lautrbach @ 2021-11-23 10:38 UTC (permalink / raw)
  To: selinux; +Cc: Petr Lautrbach

selinux_restorecon_parallel was originally proposed before 3.3, but it
was merged after release so it will be introduced in version 3.4.

Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
---
 libselinux/src/libselinux.map | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libselinux/src/libselinux.map b/libselinux/src/libselinux.map
index d138e951ef0d..4acf1caacb55 100644
--- a/libselinux/src/libselinux.map
+++ b/libselinux/src/libselinux.map
@@ -241,7 +241,7 @@ LIBSELINUX_1.0 {
     *;
 };
 
-LIBSELINUX_3.3 {
+LIBSELINUX_3.4 {
   global:
     selinux_restorecon_parallel;
 } LIBSELINUX_1.0;
-- 
2.33.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-29 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-23 10:38 [PATCH] libselinux: Fix selinux_restorecon_parallel symbol version Petr Lautrbach
2021-11-23 11:29 ` Ondrej Mosnacek
2021-11-29 17:53   ` Petr Lautrbach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.