Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jspawnhelper is executed when using java's ProcessBuilder.start () or Runtime.exec (). I'm seeing a denial for 'lib_t:file execute_no_trans' because jspawnhelper was labeled lib_t. bin_t seems to be more correct as this can be executed. https://github.com/openjdk/jdk/blob/master/src/java.base/unix/native/jspawnhelper/jspawnhelper.c Signed-off-by: Dave Sugar <[email protected]>
- Loading branch information