]> git.ipfire.org Git - thirdparty/systemd.git/commit
units: machined needs mount-related syscalls for its namespacing operations 3572/head
authorLennart Poettering <lennart@poettering.net>
Tue, 21 Jun 2016 19:32:17 +0000 (21:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 21 Jun 2016 19:32:17 +0000 (21:32 +0200)
commit5b566d2475abf9ee6806e898639984529fe6f4ae
tree212e15fcc90c444a86067f727675ad5653e02166
parent768c1decf9d5a4776a7c9360ed86d5795f80dce6
units: machined needs mount-related syscalls for its namespacing operations

Specifically "machinectl shell" (or its OpenShell() bus call) is implemented by
entering the file system namespace of the container  and opening a TTY there.
In order to enter the file system namespace, chroot() is required, which is
filtered by SystemCallFilter='s @mount group. Hence, let's make this work again
and drop @mount from the filter list.
units/systemd-machined.service.in