ivi-adaptation.post: create user 'app' and group 'app' 31/28331/2
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>
Thu, 2 Oct 2014 16:40:49 +0000 (18:40 +0200)
committerMikko Ylinen <mikko.ylinen@intel.com>
Mon, 6 Oct 2014 11:01:49 +0000 (04:01 -0700)
This is required as the user 'app' has been removed from platform/upstream/setup
but is still in use in some components (murphy for example)

Change-Id: Ib2cacaade6c0df3c862a832890e02d2bf94e86ac
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
scripts/ivi-adaptation.post

index b6da5a7..6d4abf4 100644 (file)
@@ -3,3 +3,7 @@ echo "#################### ivi-adaptations.post ####################"
 
 #replace "Tizen Next" with real release number.
 sed -i 's/(\(.*\))/(@BUILD_ID@)/' /etc/os-release
+
+# create user 'app' and group 'app', dropped from platfrom/upstream/setup
+groupadd -g 5000 app 
+useradd -c "System based user" -d /home/app -g users -G app -m -u 5000 -s /bin/sh app