games/games

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@19 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2003-12-31 07:17:45 +00:00
parent a569c5f333
commit 90350ecad3
1 changed files with 2 additions and 2 deletions

View 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/"