int getPermission(String path, Responder resp)

Source

int getPermission(String path, Responder resp) {
  return Permission.CONFIG;
}