chiark / gitweb /
mount-setup: add a comment that the character/block device nodes are "optional" ...
authorLennart Poettering <lennart@poettering.net>
Thu, 3 May 2018 14:10:35 +0000 (16:10 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
commit1791a21ab8c2809115c095f96b300195262f7a9e
treee4c8c469a3d0a5133a66f20d5b33e2525229b8a9
parentbe6bb0f678b2ecca0481951a803545243469cc97
mount-setup: add a comment that the character/block device nodes are "optional" (#8893)

if we lack privs to create device nodes that's fine, and creating
/run/systemd/inaccessible/chr or /run/systemd/inaccessible/blk won't
work then. Document this in longer comments.

Fixes: #4484
src/basic/mount-util.c
src/core/mount-setup.c