file_auth.pony

1
2
3
4
5
6
primitive FileAuth
  """
  Authority to perform filesystem operations.
  """
  new create(from: AmbientAuth) =>
    None