krpc: Replace !jailed() with IS_DEFAULT_VNET()
Since svcpool_create() is now called from an initialization function,
!jailed() no longer works. Replace it with IS_DEFAULT_VNET().
(cherry picked from commit 780bae23b8e6c386e4b2f971eb27fa3bd1a6edd1)