blob: 12800d0442f82d619abc6224b44e4b35cca407ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/flowd.h
+++ b/flowd.h
@@ -35,7 +35,7 @@
#define DEFAULT_CONFIG SYSCONFDIR "/flowd.conf"
#define DEFAULT_PIDFILE PIDFILEDIR "/flowd.pid"
-#define PRIVSEP_USER "_flowd"
+#define PRIVSEP_USER "flowd"
/* Initial stateholding limits */
/* XXX these are not actually tunable yet */
|