Are sqlcl APEX exports affected by libjansi.so being blocked by OS?
Today I downloaded the latest version of sqlcl available - SQLcl: Release 24.3.2.0 Production Build: 24.3.2.330.1718 and am trying to get automated/scripted APEX application and workspace exports working on a new Oracle Linux 8 server with fapolicyd turned on. When I run the sqlcl command "sql" I get the following warning message:
"jansi-2.4.0XXXXX-libjansi.so (Operation not permitted) "
However, I am still able to connect to the database and export the applications, workspaces, and static files (.i.e. "apex export-all-applications -workspaceid XXXXXXX"). Should I be concerned that my exports might be vulnerable to corruption since jansi 2.4.0 is not allowed to run? Can I safely ignore this message?