Skip to content

Commit

Permalink
Merge branch 'lukas/sasl/fix-release_handler_SUITE' into maint
Browse files Browse the repository at this point in the history
* lukas/sasl/fix-release_handler_SUITE:
  sasl: Fix release_handler_SUITE:client1 trace allow list
  • Loading branch information
garazdawi committed Nov 25, 2024
2 parents c5edde7 + f16efd5 commit d62717e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/sasl/test/installer.erl
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,9 @@ trace_disallowed_calls(Node) ->

check_disallowed_calls(TestNode,Line) ->
receive
{trace,_,call,{file,read_file_info,["/bin/sh",[raw]]},{os,internal_init_cmd_shell,1}} ->
%% This call is done when kernel is started/reloaded and is ok
ok;
Trace when element(1,Trace)==trace ->
?print_line(Line,["Disallowed function called",Trace]),
exit({disallowed_function_call,Trace})
Expand Down

0 comments on commit d62717e

Please sign in to comment.