From 542b3422bd30a90ba758a947b06f5045e80e3b8c Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Mon, 10 Jun 2024 15:31:50 +0200 Subject: [PATCH] fix: [doc] correct filenames in rhel background worker migration guide steps --- docs/background-jobs-migration-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/background-jobs-migration-guide.md b/docs/background-jobs-migration-guide.md index 29ae40542..27b9670e9 100644 --- a/docs/background-jobs-migration-guide.md +++ b/docs/background-jobs-migration-guide.md @@ -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: