Merge pull request #9771 from Wachizungu/fix-rhel-background-workers-migration-guide

fix: [doc] correct filenames in rhel background worker migration guid…
pull/9715/merge
Alexandre Dulaunoy 2024-06-10 22:46:57 +09:00 committed by GitHub
commit 6a8d4f9762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ Run on your MISP instance the following commands.
cd /tmp/misp-modules-supervisord
```
3. Create file and add content to
`misp-modules-supervisord.te`
`misp-workers-httpd.te`
```
policy_module(misp-workers-httpd, 1.0)
require{
@ -148,8 +148,8 @@ Run on your MISP instance the following commands.
```
4. Make and install module
```
make -f /usr/share/selinux/devel/Makefile misp-modules-supervisord.pp
sudo semodule -i misp-modules-supervisord.pp
make -f /usr/share/selinux/devel/Makefile misp-workers-httpd.pp
sudo semodule -i misp-workers-httpd.pp
```
5. Restart **Supervisord** to load the changes: