Add default admin groups 34/39434/1 accepted/tizen/common/20150518.072046 accepted/tizen/mobile/20150516.070549 accepted/tizen/tv/20150516.065656 accepted/tizen/wearable/20150516.070301 submit/tizen/20150515.092416
authorSuchang Woo <suchang.woo@samsung.com>
Fri, 15 May 2015 05:26:45 +0000 (14:26 +0900)
committerSuchang Woo <suchang.woo@samsung.com>
Fri, 15 May 2015 05:38:32 +0000 (14:38 +0900)
Admin user should be added to the groups that the normal user is added to

Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Change-Id: I9365d9884379f48667b5dc43eeebf59a3981f673

data/tizen/etc/gumd/gumd-tizen-common.conf

index 71826d4..821fd07 100644 (file)
@@ -19,7 +19,7 @@ DEFAULT_USR_GROUPS=audio,video,display
 
 # Comma separate listed of groups, which admin user will be added to at the
 # time of user account creation. Default value is: ''
-#DEFAULT_ADMIN_GROUPS=
+DEFAULT_ADMIN_GROUPS=audio,video,display
 
 # Path to passwd file which represents user information. Default is
 # /etc/passwd. More information about the file format can be read at the