]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: don't mount kdbusfs if not wanted
authorDavid Herrmann <dh.herrmann@gmail.com>
Sun, 5 Jul 2015 09:25:38 +0000 (11:25 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 5 Jul 2015 09:25:38 +0000 (11:25 +0200)
commit1f49dffc0fcd9859feb1b97e1e3983d0b911f425
tree3882115b49d6089d44b86ef7782ba578cebc9f1f
parent0db83ad7334809a6605501e24bad55f3b652c072
core: don't mount kdbusfs if not wanted

Just like we conditionalize loading kdbus.ko, we should conditionalize
mounting kdbusfs. Otherwise, we might run with kdbus if it is builtin,
even though the user didn't want this.
src/core/mount-setup.c