在 RHEL 8.8 中,我有一个自定义的/etc/systemd/system/custom.service
.
[Unit]
Description=custom
[Service]
Type=simple
ExecStart=/root/scripts/custom.sh
[Install]
WantedBy=default.target
我/root/scripts/custom.sh
的是root.root -rwx------
。
/var/log/messages
我在有关 selinux 拒绝执行脚本的声明中看到。我需要做什么才能让我的/root/scripts/custom.sh
脚本从我的运行custom.service
?