authz: move permissions.go to OSS package
Created by: unknwon
This PR moves enterprise/cmd/frontend/internal/authz/permissios_*.go
to OSS package. These file only contains type-specific things without any business logics, and compliance to be under OSS namespace.
It is currently impossible to refer these types in repo-updater because of "internal" constraint.
Prerequisite of #8571.