summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
YoungHun Kim [Fri, 23 Aug 2024 04:36:22 +0000 (13:36 +0900)]
Change to run as multimedia_fw user/group instead of root
separate systemd service for gen_rm_msgq and rsc_mgr_server to apply a different setting.
gen_rm_msgq:
Run as User::App::Shared to make message queue sharable with clients
Change rsc_mgr_ready path (/run -> /tmp) because of User::App:Shared
rsc_mgr_server:
Set user/group as multimedia_fw/multimedia_fw
Set process label as System
Add rscmgr-service.conf for dbus conf
Change-Id: I6c11fdd4f563ac3a3ea258879cdcc8b7f41e5ec6
YoungHun Kim [Mon, 26 Aug 2024 10:27:09 +0000 (19:27 +0900)]
fixup! Fix the svace and coverity issue
Change-Id: I8ab2deb0c11fc149324c5a9311563bf903b08143
YoungHun Kim [Wed, 21 Aug 2024 09:28:39 +0000 (18:28 +0900)]
Remove to call rms_print_model_info() to access /dev
- The following error occurs when booting at debugging function :
systemd[1]: Started Create Static Device Nodes in /dev
rscmgr-service[292]: DLog: inotify_add_watch failed (2)
Change-Id: I433bb179e62a081b75723e75c2247ae1af54fedb
YoungHun Kim [Mon, 26 Aug 2024 02:46:55 +0000 (11:46 +0900)]
Add service adaptation for ASAN
- MemoryMax=64M is required to avoid memory limit violation on ASAN binary
Change-Id: If346737efbfe7fa6e26a6abce9c32a4ea9a903b1
YoungHun Kim [Thu, 15 Aug 2024 22:28:49 +0000 (07:28 +0900)]
Fix the svace and coverity issue
- UNINIT.CTOR.MANY RESOURCE_LEAK etc
Change-Id: I2fa4c580ee38929d98f1af1f2ecd64adad3908c5
YoungHun Kim [Thu, 15 Aug 2024 23:46:34 +0000 (08:46 +0900)]
Set SmackProcessLabel as System not System::Run
- lsm=SMACK fn=smack_inode_permission action=denied subject="System::Run" object="System" requested=x pid=272 comm="rms_msg_thread" name="842" dev="proc" ino=11229
Change-Id: Id00cc9cd0a8a35fe0543e03b93aad6dcdce0376a
YoungHun Kim [Mon, 12 Aug 2024 10:55:47 +0000 (19:55 +0900)]
Add SmackProcessLabel at root daemon
Change-Id: I030c9c706e861f0805a46a1fb200c6143c36344e
YoungHun Kim [Fri, 2 Aug 2024 09:22:40 +0000 (18:22 +0900)]
Update file format
- Remove CRLF line terminators
Change-Id: I67e7337314a6f003872d16e0371331a7b28170db
Seungbae Shin [Wed, 31 Jul 2024 10:36:38 +0000 (19:36 +0900)]
fixup! Initial Release
Change-Id: I4d5887260456ba66ef0f9aa8e5d1e72692cb5989
YoungHun Kim [Wed, 12 Jun 2024 10:19:09 +0000 (19:19 +0900)]
Initial Release
Change-Id: I6539ef377a33ff79fde7ca709507e8f6e6adec62
Jong Jeong Kim [Wed, 28 Sep 2016 01:42:49 +0000 (18:42 -0700)]
Initial empty repository