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