class Terminalwire::Client::Entitlement::RootPolicy

def root_pattern

terminalwire apps via `terminalwire install svbtle`, etc.
Grant access to the `~/.terminalwire/**/*` path so users can install
def root_pattern
  root_path.join("**/*")
end