summaryrefslogtreecommitdiff
path: root/src/shared/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/def.h')
-rw-r--r--src/shared/def.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/def.h b/src/shared/def.h
index ac325bf8f9..a2304fddda 100644
--- a/src/shared/def.h
+++ b/src/shared/def.h
@@ -71,3 +71,7 @@
#define UNIX_USER_BUS_FMT "unix:path=%s/bus"
#define KERNEL_USER_BUS_FMT "kernel:path=/dev/kdbus/%lu-user/bus"
+
+#ifndef TTY_GID
+#define TTY_GID 5
+#endif