From 55d186cb892233ce36708658c7a9041cb11a1655 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 5 Jul 2019 09:25:57 -0400 Subject: agl-login-manager: update LOGIN_USER override The agl-login-manager bbappend was overriding the value of LOGIN_USER to 0 (root) as was being done in meta-agl-demo-platform. Now that the application framework changes to run applications as non-root by default have gone in, this needs to be updated to match the new behavior. Since the telematics demo image has no need to run anything as a passenger user, keep the override, but now set it 1001 / agl-driver. Bug-AGL: SPEC-2609 Change-Id: I6b42b8ef26ec7dc19c2973699743256073dd588c Signed-off-by: Scott Murray --- recipes-config/agl-login-manager/agl-login-manager_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-config/agl-login-manager/agl-login-manager_%.bbappend b/recipes-config/agl-login-manager/agl-login-manager_%.bbappend index 7b7cd35..fe3a903 100644 --- a/recipes-config/agl-login-manager/agl-login-manager_%.bbappend +++ b/recipes-config/agl-login-manager/agl-login-manager_%.bbappend @@ -1 +1 @@ -LOGIN_USER ?= "0" +LOGIN_USER ?= "1001" -- cgit 1.2.3-korg