<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><div>Hey Silviu, yea, this is a known pain that we haven't decided on the best solution for yet. I think it is going to be to just require a second vm.args if you want anything in it beyond what you mentioned was in the rebar2 one for remote console.. not sure.<br></div>
<div><br></div>
<div>The issue is it isn't always only cookie and name that are needed to use a remote console, I think this first came up with net_ticktime.<br></div>
<div><br></div>
<div>As there became more options people want kept we moved to a blacklist from a whitelist for vm.args.<br></div>
<div><br></div>
<div>The change needed would be in relx, not rebar3, and is either to have the restricted shell argument removed when in extended_script when it removes name/sname, support for providing a separate remote console vm.args so we don't have to do any filtering at all, or templating of vm.args somehow to specify which are for remote console and which are for normal runs.<br></div>
<div><br></div>
<div>Tristan<br></div>
<div><br></div>
<div><br></div>
<div>On Thu, Dec 6, 2018, at 07:38, Caragea Silviu wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div dir="ltr"><div>Hello guys,<br></div>
<div><br></div>
<div>I have an erlang release (via rebar3) where I enabled in vm.args the restricted shell using :<br></div>
<div>+Bi -stdlib restricted_shell my_module<br></div>
<div><br></div>
<div>This works nice but there is one problem:<br></div>
<div><br></div>
<div>When doing myapp remote_console the same vm.args is applied including the above settings which makes impossible to exit from remote_console shell.<br></div>
<div><br></div>
<div>The old rebar2 only applies few settings from vm.args like cookie, name (mostly the one used to be able to connect) to the node. So there this was not the problem.<br></div>
<div><br></div>
<div>Do you have any suggestion ?<br></div>
</div>
<div dir="ltr"><div><br></div>
<div>Silviu<br></div>
</div>
</div>
<div><u>_______________________________________________</u><br></div>
<div>erlang-questions mailing list<br></div>
<div><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br></div>
<div><a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br></div>
</blockquote><div><br></div>
</body>
</html>