mirror of
https://github.com/SELinuxProject/selinux
synced 2025-05-01 07:08:25 +00:00
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:
parent
c28763c4c9
commit
4bafb8eb7a
@ -241,7 +241,7 @@ LIBSELINUX_1.0 {
|
|||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
|
||||||
LIBSELINUX_3.3 {
|
LIBSELINUX_3.4 {
|
||||||
global:
|
global:
|
||||||
selinux_restorecon_parallel;
|
selinux_restorecon_parallel;
|
||||||
} LIBSELINUX_1.0;
|
} LIBSELINUX_1.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user