Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootd: Roles add access for com.webos.service.activitymanager.client #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Herrie82
Copy link

Fixes:

Jun 17 09:35:41 qemux86-64 ls-hubd[254]: [] [pmlog] ls-hubd LSHUB_NO_OUT_PERMS {"DEST_APP_ID":"com.webos.service.activitymanager.client","SRC_APP_ID":"com.webos.bootManager","EXE":"/usr/sbin/bootd","PID":418} "com.webos.bootManager" does not have sufficient outbound permissions to communicate with "com.webos.service.activitymanager.client" (cmdline: /usr/sbin/bootd)

Signed-off-by: Herman van Hazendonk github.com@herrie.org

Fixes:

Jun 17 09:35:41 qemux86-64 ls-hubd[254]: [] [pmlog] ls-hubd LSHUB_NO_OUT_PERMS {"DEST_APP_ID":"com.webos.service.activitymanager.client","SRC_APP_ID":"com.webos.bootManager","EXE":"/usr/sbin/bootd","PID":418} "com.webos.bootManager" does not have sufficient outbound permissions to communicate with "com.webos.service.activitymanager.client" (cmdline: /usr/sbin/bootd)

Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
@CLAassistant
Copy link

CLAassistant commented Jun 17, 2019

CLA assistant check
All committers have signed the CLA.

Tofee added a commit to Tofee/bootd that referenced this pull request Mar 6, 2022
bootd: Roles add access for com.webos.service.activitymanager.client
mirrorswp pushed a commit that referenced this pull request Jan 16, 2024
:Release Notes:
Fix coverity issue

:Detailed Notes:
Fix CID:
   9574001, 9574002, 9574003, 9574004, 9574005, 9574006, 9574007
   9574008, 9574011, 9574012, 9574013, 9574014, 9574015, 9574016

:Testing Performed:
Local Test: OK

:QA Notes:

:Issues Addressed:
[WRQ-1948] [RP] Fix static analysis #1

Change-Id: If9db38e54d4c44c2200da450b7ffb28d73ae50c6
mirrorswp pushed a commit that referenced this pull request Mar 26, 2025
:Release Notes:
It was already reported by gcc in log.do_compile:
../git/src/bootd/util/Logger.cpp:124:20: warning: format '%ld' expects argument of type 'long int', but argument 4 has type '__time64_t' {aka 'long long int'} [-Wformat=]
../git/src/bootd/event/DynamicEventDB.cpp:315:28: warning: format '%ld' expects argument of type 'long int', but argument 3 has type '__time64_t' {aka 'long long int'} [-Wformat=]
but it wasn't fatal for the build, "only" causes segfault in runtime.

:Detailed Notes:
Fixes:
  Program received signal SIGSEGV, Segmentation fault.
  __GI_strlen () at ../sysdeps/i386/i586/strlen.S:50
  warning: Source file is more recent than executable.
  50              cmpb %dh, (%eax)        /* is byte NUL? */
  (gdb) bt
  #0  __GI_strlen () at ../sysdeps/i386/i586/strlen.S:50
  #1  0xb760fb49 in __printf_buffer (buf=0xbffff030, format=0x42b8cf "%s(%3ld.%09ld) : %s) %s\n", ap=0xbffff89c "\251\271B", mode_flags=2) at /usr/src/debug/glibc/2.40+git/stdio-common/vfprintf-process-arg.c:435
  #2  0xb762f64f in __vdprintf_internal (d=870436166, format=0x42b8cf "%s(%3ld.%09ld) : %s) %s\n", arg=0xbffff88c "\350\270B", mode_flags=2) at iovdprintf.c:69
  #3  0xb76dd7d3 in __dprintf_chk (d=4, flag=1, format=0x42b8cf "%s(%3ld.%09ld) : %s) %s\n") at dprintf_chk.c:33
  #4  0x00429a95 in dprintf (__fd=<optimized out>, __fmt=0x42b8cf "%s(%3ld.%09ld) : %s) %s\n") at /usr/include/bits/stdio2.h:174
  #5  Logger::writeBootdLog (this=0x435440 <g_Logger>, type=0x42b8e8 "PERFORMANCE", msgid=0x42b9a9 "Boot", msg=0x43544c <g_Logger+12> "BOOTD_START") at /usr/src/debug/bootd/2.0.0-23/src/bootd/util/Logger.cpp:123
  #6  0x00429bdf in Logger::performanceLog (this=0x435440 <g_Logger>, msgid=0x42b9a9 "Boot", format=0x42b008 "BOOTD_START") at /usr/src/debug/bootd/2.0.0-23/src/bootd/util/Logger.cpp:143
  #7  0x0040fbf8 in main (argc=1, argv=0xbffffa54) at /usr/src/debug/bootd/2.0.0-23/src/bootd/Main.cpp:44

:Testing Performed:
Local Test: OK

:QA Notes:

:Issues Addressed:
[WRQ-32812] bootd segfaults with 64-bit time_t

Change-Id: I45ed378ac1212a6ecbcdf84479d721c2960641c5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants