start_process_auth.pony

1
2
3
4
5
6
primitive StartProcessAuth
  """
  Authority to start external processes.
  """
  new create(from: AmbientAuth) =>
    None