From: Joshua Kwan Date: Wed, 31 Dec 2003 07:17:45 +0000 (+0000) Subject: games/games X-Git-Tag: v1.6.1-roc-dev~679 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=90350ecad3bb28710858d9af5e48916abeec5616;p=dgamelaunch games/games git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@19 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- 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/"