libsepol: Export the cil_write_post_ast function

Signed-off-by: James Carter <jwcart2@gmail.com>
Reviewed-by: Daniel Burgener <dburgener@linux.microsoft.com>
Acked-by: Petr Lautrbach <lautrbach@redhat.com>
This commit is contained in:
James Carter 2023-04-13 09:16:44 -04:00
parent 2fe8a49566
commit 5d5a871cb1
1 changed files with 5 additions and 0 deletions

View File

@ -289,3 +289,8 @@ LIBSEPOL_3.4 {
sepol_string_to_security_class;
sepol_validate_transition_reason_buffer;
} LIBSEPOL_3.0;
LIBSEPOL_3.5 {
global:
cil_write_post_ast;
} LIBSEPOL_3.4;