From 8bd756889efd0f8f740082dc7f2f95c7283bcfef Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 Mar 2018 12:19:48 +0100 Subject: change default user to nobody --- ioriot/src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ioriot/src/options.c b/ioriot/src/options.c index 01a5375..3808170 100644 --- a/ioriot/src/options.c +++ b/ioriot/src/options.c @@ -24,7 +24,7 @@ options_s *options_new() o->wd_base = "/usr/local/ioriot"; o->num_workers = 4; o->num_threads_per_worker = 128; - o->user = "mcuser"; + o->user = "nobody"; o->name = "test0"; o->init = false; o->replay = false; -- cgit v1.2.3