The user group error of dltpipes occurs when a certain service starts earlier than dlt-daemon.
Open
- Dominant language
- C
- Stars
- 459
- Forks
- 340
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 2
Description
when a certain service is linked with the DLT library and starts earlier than the DLT daemon, dltpipes will be created by the certain service in ./src/lib/dlt_user.c.
However, after the Linux system configures user/group permissions for each module, dltpipes is created with the permission group of the service that created it by default, rather than that of the DLT-daemon.
This results in an error where the DLT-daemon, which starts later, cannot access /tmp/dltpipe.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.