core: ignore -.slice and init.scope when isolating
authorLennart Poettering <lennart@poettering.net>
Fri, 9 Oct 2015 15:18:18 +0000 (17:18 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 9 Oct 2015 15:20:32 +0000 (17:20 +0200)
commit417800228f69db9ff37f4193d11508757dd09308
tree6d03c9d5d3391283e37a6e44d2a34263678f7cbb
parentc463a6f1c4d375929a99ac258292ce5e1f64a835
core: ignore -.slice and init.scope when isolating

Otherwise, we might end up trying to isolate it away when starting user
instances.

While we are at it, also prohibit manual start/stop of these two units.

Fixes: #1507
src/core/scope.c
src/core/slice.c