-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SELinux Enforcing stops systemd service from starting #1606
Comments
Customer wrote in with similar behavior when attempting to use Actions self-hosted runner on CentOS 8, which was unblocked thanks to @TingluoHuang's recommendation:
|
I think we could also update our diagnostics:
|
Any update on this issue, when will it get resolved? I'm still facing this issue in current stable version. |
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
This issue was closed because it has been stalled for 15 days with no activity. |
Describe the bug
When SELinux is Enforcing, scripts started by
systemd
need theinitrc_exec_t
context set. It is not currently.To Reproduce
Steps to reproduce the behavior:
Have SELinux Enforcing;
Add a runner;
Run
./svc.sh install
Observe that
systemd
failed to start the script:Expected behavior
systemd
should be able to start the script.Runner Version and Platform
2.278
/cc: @mikedalton
The text was updated successfully, but these errors were encountered: