bootd: Roles add access for com.webos.service.activitymanager.client#1
Open
Herrie82 wants to merge 1 commit intowebosose:masterfrom
Open
bootd: Roles add access for com.webos.service.activitymanager.client#1Herrie82 wants to merge 1 commit intowebosose:masterfrom
Herrie82 wants to merge 1 commit intowebosose:masterfrom
Conversation
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>
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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