refactor: Handle signals by g_unix_signal_add#206
refactor: Handle signals by g_unix_signal_add#206deepin-bot[bot] merged 2 commits intolinuxdeepin:develop/snipefrom
Conversation
There was a problem hiding this comment.
Sorry @wangrong1069, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
- Add AGENTS.md with build, test, lint commands and coding guidelines - Update .gitignore to ignore kernel module build artifacts - Remove systemd service start limits from daemon service Bug: https://pms.uniontech.com/bug-view-349109.html
Remove the custom signal handler implementation and use GLib's `g_unix_signal_add()` for SIGINT and SIGTERM handling. It converts insecure signals into secure Loop events, thus achieving secure signal processing.
deepin pr auto review这份代码变更主要涉及项目文档更新、许可证信息修正、服务配置调整以及信号处理机制的重构。以下是对这些变更的详细审查意见: 1. 总体评价本次代码变更整体质量较高,主要目的是规范化项目结构、更新许可证年份范围,并将自定义的信号处理机制替换为更标准的 GLib 信号处理方式。这有助于提高代码的可维护性和安全性。 2. 详细审查意见A.
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lzwind, wangrong1069 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/merge |
Bug: https://pms.uniontech.com/bug-view-349109.html