1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 01:55:22 +03:00

nspawn: make kdbus namespaces actually work

This commit is contained in:
Lennart Poettering 2013-12-02 18:47:39 +01:00
parent 95c4fe8271
commit f8a2d1c925

View File

@ -1121,7 +1121,7 @@ int bus_kernel_create_namespace(const char *name, char **s) {
if (s) {
char *p;
p = strappend("/dev/kdbus/", name);
p = strappend("/dev/kdbus/ns/", name);
if (!p) {
close_nointr_nofail(fd);
return -ENOMEM;