Skip to content
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

Fails when SELinux active #13

Closed
ragnarkarlsson opened this issue Jun 4, 2020 · 2 comments
Closed

Fails when SELinux active #13

ragnarkarlsson opened this issue Jun 4, 2020 · 2 comments
Labels

Comments

@ragnarkarlsson
Copy link

Fails at Ensure ClamAV daemon is running (if configured) under Centos 7 with SELinux active

sudo getsebool -a | grep antivirus

Returns:

antivirus_can_scan_system --> off antivirus_use_jit --> off

Running following

sudo setsebool -P antivirus_can_scan_system 1
sudo setsebool -P clamd_use_jit 1

Before trying again resolved the issue.

@stale
Copy link

stale bot commented Sep 2, 2020

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@stale stale bot added the stale label Sep 2, 2020
@stale
Copy link

stale bot commented Oct 3, 2020

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

@stale stale bot closed this as completed Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant