Skip to content

Commit 3e62816

Browse files
authored
Add info about checkmodule not found for SELinux instructions
1 parent d247395 commit 3e62816

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

docs/imunifyav/README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,35 @@ After that, restart the `imunify-notifier` service:
158158
systemctl restart imunify-notifier
159159
```
160160

161-
</div>
161+
</div>
162+
163+
If `checkmodule` command is not found, install it with:
164+
165+
* If you’re on CloudLinux/CentOS 7
166+
<div class="notranslate">
167+
168+
```
169+
yum install checkpolicy
170+
```
171+
</div>
172+
173+
* If you’re on CloudLinux/CentOS 8
174+
<div class="notranslate">
175+
176+
```
177+
yum install policycoreutils-python-utils
178+
```
179+
</div>
180+
(will also pull in checkpolicy → checkmodule)
181+
182+
* If you’re on CloudLinux/CentOS 9
183+
<div class="notranslate">
184+
185+
```
186+
dnf install checkpolicy
187+
```
188+
(plus `policycoreutils-python-utils` if you need the other SELinux tools).
189+
</div>
162190

163191
### Update Instructions
164192

0 commit comments

Comments
 (0)