From 7657ce647f3475af45602bb37a5c9dcb42f92e31 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 24 May 2017 11:14:27 +0200 Subject: Security-manager: update of global user name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The global user name is 'afm' AGL-Bug: SPEC-617 Change-Id: I8b129afb333fdf0e90fde5e364ce6b56ceb5d712 Signed-off-by: José Bollo Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9503 Reviewed-by: Scott Murray Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Matt Porter Reviewed-by: Jan-Simon Moeller --- .../security-manager/Removing-tizen-platform-config.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-app-framework/recipes-core/security-manager/security-manager/Removing-tizen-platform-config.patch b/meta-app-framework/recipes-core/security-manager/security-manager/Removing-tizen-platform-config.patch index 4830db2a8..1c9edcfc2 100644 --- a/meta-app-framework/recipes-core/security-manager/security-manager/Removing-tizen-platform-config.patch +++ b/meta-app-framework/recipes-core/security-manager/security-manager/Removing-tizen-platform-config.patch @@ -94,7 +94,7 @@ index ae305d3..65cc8b5 100644 + if (!globaluid) { + struct passwd pw, *p; + char buf[4096]; -+ int rc = getpwnam_r("userapp", &pw, buf, sizeof buf, &p); ++ int rc = getpwnam_r("afm", &pw, buf, sizeof buf, &p); + globaluid = (rc || p == NULL) ? 555 : p->pw_uid; + } return globaluid; -- cgit 1.2.3-korg