From 90350ecad3bb28710858d9af5e48916abeec5616 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Wed, 31 Dec 2003 07:17:45 +0000 Subject: [PATCH] games/games git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@19 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- dgamelaunch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dgamelaunch.h b/dgamelaunch.h index 199dd0a..a07a56f 100644 --- a/dgamelaunch.h +++ b/dgamelaunch.h @@ -12,8 +12,8 @@ struct dg_user int flags; }; -#define SHED_UID 5 /* the uid to shed privs to */ -#define SHED_GID 5 /* the gid to shed privs to */ +#define SHED_UID 5 /* the uid to shed privs to */ +#define SHED_GID 60 /* the gid to shed privs to */ #define MAXUSERS 64000 /* solves some preallocation issues. */ #define LOC_CHROOT "/var/lib/dgamelaunch/" -- 2.47.3