From 3624f9f205440ccbac2694536701465323ea4037 Mon Sep 17 00:00:00 2001 From: Imran Zaman Date: Tue, 10 Feb 2015 15:44:15 +0200 Subject: [PATCH] Setting explicit values for Tizen:Common MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This values are best suited for the current state of Tizen:Common. Signed-off-by: José Bollo --- data/tizen/etc/gumd/gumd-tizen-common.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/data/tizen/etc/gumd/gumd-tizen-common.conf b/data/tizen/etc/gumd/gumd-tizen-common.conf index 53cda9d..a915ad4 100644 --- a/data/tizen/etc/gumd/gumd-tizen-common.conf +++ b/data/tizen/etc/gumd/gumd-tizen-common.conf @@ -63,35 +63,35 @@ DEFAULT_USR_GROUPS=audio,video,display # folder is copied to user home directory. Default value is '/etc/skel' # Can be overriden in debug builds by setting UM_SKEL_DIR # environment variable. -#SKEL_DIR=/etc/skel +SKEL_DIR=/etc/skel # Minimum value for the automatic uid selection. Default value is: 1000 -#UID_MIN=1000 +UID_MIN=5001 # Maximum value for the automatic uid selection. Default value is: 60000 -#UID_MAX=60000 +UID_MAX=60000 # Minimum value for the automatic uid selection for system user. Default # value is: 100 -#SYS_UID_MIN=100 +SYS_UID_MIN=100 # Maximum value for the automatic uid selection for system user. Default value # is: 999 -#SYS_UID_MAX=999 +SYS_UID_MAX=499 # Minimum value for the automatic gid selection. Default value is: 1000 -#GID_MIN=1000 +GID_MIN=5001 # Maximum value for the automatic gid selection. Default value is: 60000 -#GID_MAX=60000 +GID_MAX=60000 # Minimum value for the automatic gid selection for system user. Default value # is: 100 -#SYS_GID_MIN=100 +SYS_GID_MIN=100 # Maximum value for the automatic gid selection for system user. Default value # is: 999 -#SYS_GID_MAX=999 +SYS_GID_MAX=499 # Minimum number of days a password may be used. Default value is: 0 #PASS_MIN_DAYS=0 -- 2.7.4