]> git.ipfire.org Git - thirdparty/systemd.git/commit
namespace: ensure to return a valid inaccessible nodes (#3778)
authorAlessandro Puccetti <alessandro@kinvolk.io>
Fri, 22 Jul 2016 13:59:14 +0000 (15:59 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Jul 2016 13:59:14 +0000 (15:59 +0200)
commitb3d1d51603408e7aea7971fabf41b38c9e12fd69
tree083fa997971db1ca14bcba824a39ac6fe6270cd5
parent2424b6bd716f0c1c3bf3406b1fd1a16ba1b6a556
namespace: ensure to return a valid inaccessible nodes (#3778)

Because /run/systemd/inaccessible/{chr,blk} are devices with
major=0 and minor=0 it might be possible that these devices cannot be created
so we use /run/systemd/inaccessible/sock instead to map them.
src/basic/mount-util.c