authz: remove all call sites to dbconn.Global in `PermsSyncer`
Created by: unknwon
This PRs removes two call sites that relies on dbconn.Global
from PermsSyncer
, replaced with two new methods in the PermsStore
.
TODO: Tests will be added after review.