chiark / gitweb /
units: conditionalize static device node logic on CAP_SYS_MODULES instead of CAP_MKNOD
authorLennart Poettering <lennart@poettering.net>
Fri, 4 Jul 2014 01:07:20 +0000 (03:07 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 4 Jul 2014 01:24:41 +0000 (03:24 +0200)
commite0c74691c41a204eba2fd5f39615049fc9ff1648
tree6e9c501d889d0a92c50179afa29513f1a9a92f72
parent54f601debc07addbed803fb847cd5bd3e91e021e
units: conditionalize static device node logic on CAP_SYS_MODULES instead of CAP_MKNOD

npsawn containers generally have CAP_MKNOD, since this is required
to make PrviateDevices= work. Thus, it's not useful anymore to
conditionalize the kmod static device node units.

Use CAP_SYS_MODULES instead which is not available for nspawn
containers. However, the static device node logic is only done for being
able to autoload modules with it, and if we can't do that there's no
point in doing it.
units/kmod-static-nodes.service.in
units/systemd-tmpfiles-setup-dev.service.in