Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Nov 25, 2024
2 parents 9023fd6 + d62717e commit 0f599c7
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 0f599c7

Please sign in to comment.