summaryrefslogtreecommitdiff
path: root/src/udev
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-05-27 09:23:27 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-05-27 09:23:27 -0400
commit8943501993322c59a6eb5be456b0d716aafff21e (patch)
tree7875cba7f4505ff577ba020481f1c924ef2db6b2 /src/udev
parent9aee6bf164c53abf4ea25379f600cd1ed4f45150 (diff)
nspawn: finish user namespace support
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev')
-rw-r--r--src/udev/udevd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index 578178008a..6cfb2bcfcd 100644
--- a/src/udev/udevd.c
+++ b/src/udev/udevd.c
@@ -1183,7 +1183,7 @@ int main(int argc, char *argv[]) {
goto exit;
}
- dev_setup(NULL);
+ dev_setup(NULL, UID_INVALID, GID_INVALID);
/* before opening new files, make sure std{in,out,err} fds are in a sane state */
if (arg_daemonize) {