games/games
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@19 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
a569c5f333
commit
90350ecad3
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue