libselinux: Fix selinux_restorecon_parallel symbol version

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>
Acked-by: Ondrej Mosnacek <omosnace@redhat.com>
This commit is contained in:
Petr Lautrbach 2021-11-23 11:38:05 +01:00
parent c28763c4c9
commit 4bafb8eb7a

View File

@ -241,7 +241,7 @@ LIBSELINUX_1.0 {
*;
};
LIBSELINUX_3.3 {
LIBSELINUX_3.4 {
global:
selinux_restorecon_parallel;
} LIBSELINUX_1.0;