]> skyeroc.xyz Git - dgamelaunch/commitdiff
games/games
authorJoshua Kwan <joshk@triplehelix.org>
Wed, 31 Dec 2003 07:17:45 +0000 (07:17 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Wed, 31 Dec 2003 07:17:45 +0000 (07:17 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@19 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgamelaunch.h

index 199dd0a0b6a83bfaf4c20fa56284dfcdc766886d..a07a56f8f318f689fd96c6e5937495ffb246cbe3 100644 (file)
@@ -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/"