blockd: move to its own POSIX process group
authorDaniel Golle <daniel@makrotopia.org>
Thu, 15 Jul 2021 14:49:34 +0000 (15:49 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 15 Jul 2021 16:54:04 +0000 (17:54 +0100)
commitcdc9939b071427cf2b35134481df27b4bd76dbfc
tree535195c276b93fdd3d9257689bc9e2311a88db41
parent3386b6ba812e3dfe6e438a514d377a68800989f3
blockd: move to its own POSIX process group

Not to be confused with cgroups, there are also POSIX process groups.
They do matter when it comes to autofs, as all requests coming from the
process group of the automounter itself will be ignored.
Hence, if blockd runs in the same process group as init and all
services, requests from services will be ignored.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
blockd.c