123 Star 0 Fork 13

src-openEuler/rng-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
rng-tools-service-harden.patch 796 Bytes
一键复制 编辑 原始数据 按行查看 历史
Funda Wang 提交于 2024-10-05 08:23 . 6.17
--- rng-tools-6.17/rngd.service.orig 2024-10-05 07:37:16.071162500 +0800
+++ rng-tools-6.17/rngd.service 2024-10-05 07:41:25.726337400 +0800
@@ -1,11 +1,24 @@
[Unit]
Description=Hardware RNG Entropy Gatherer Daemon
ConditionVirtualization=!container
+ConditionKernelCommandLine=!fips=1
# The "-f" option is required for the systemd service rngd to work with Type=simple
[Service]
Type=simple
-ExecStart=/usr/sbin/rngd -f
+EnvironmentFile=/etc/sysconfig/rngd
+ExecStart=/usr/sbin/rngd -f $RNGD_ARGS
+NoNewPrivileges=true
+PrivateNetwork=true
+PrivateTmp=true
+ProtectSystem=full
+ProtectHome=true
+ProtectHostname=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
[Install]
WantedBy=multi-user.target
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/rng-tools.git
git@gitee.com:src-openeuler/rng-tools.git
src-openeuler
rng-tools
rng-tools
master

搜索帮助