mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-03 04:02:05 +00:00
libsepol: Fix the version number for the latest exported function
cil_write_post_ast() should be in libsepol version 3.6, since version 3.5 has already been released. Signed-off-by: James Carter <jwcart2@gmail.com> Acked-by: Petr Lautrbach <lautrbach@redhat.com>
This commit is contained in:
parent
e609391105
commit
01da3a9ca3
@ -290,7 +290,7 @@ LIBSEPOL_3.4 {
|
||||
sepol_validate_transition_reason_buffer;
|
||||
} LIBSEPOL_3.0;
|
||||
|
||||
LIBSEPOL_3.5 {
|
||||
LIBSEPOL_3.6 {
|
||||
global:
|
||||
cil_write_post_ast;
|
||||
} LIBSEPOL_3.4;
|
||||
|
Loading…
Reference in New Issue
Block a user