diff mbox series

libselinux: Fix selinux_restorecon_parallel symbol version

Message ID 20211123103805.415558-1-plautrba@redhat.com (mailing list archive)
State Accepted
Headers show
Series libselinux: Fix selinux_restorecon_parallel symbol version | expand

Commit Message

Petr Lautrbach Nov. 23, 2021, 10:38 a.m. UTC
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(-)

Comments

Ondrej Mosnacek Nov. 23, 2021, 11:29 a.m. UTC | #1
On Tue, Nov 23, 2021 at 11:38 AM Petr Lautrbach <plautrba@redhat.com> wrote:
> 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
>

Thanks, I forgot to bump this when sending the v4.

Acked-by: Ondrej Mosnacek <omosnace@redhat.com>

--
Ondrej Mosnacek
Software Engineer, Linux Security - SELinux kernel
Red Hat, Inc.
Petr Lautrbach Nov. 29, 2021, 5:53 p.m. UTC | #2
Ondrej Mosnacek <omosnace@redhat.com> writes:

> On Tue, Nov 23, 2021 at 11:38 AM Petr Lautrbach <plautrba@redhat.com> wrote:
>> 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
>>
>
> Thanks, I forgot to bump this when sending the v4.
>
> Acked-by: Ondrej Mosnacek <omosnace@redhat.com>
>

Merged.
diff mbox series

Patch

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;