aboutsummaryrefslogtreecommitdiffstats
path: root/testing/flowd/fix_user.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/flowd/fix_user.patch')
-rw-r--r--testing/flowd/fix_user.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/flowd/fix_user.patch b/testing/flowd/fix_user.patch
new file mode 100644
index 0000000000..12800d0442
--- /dev/null
+++ b/testing/flowd/fix_user.patch
@@ -0,0 +1,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 */