File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,35 @@ After that, restart the `imunify-notifier` service:
158158systemctl 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
You can’t perform that action at this time.
0 commit comments