NS8 Mattermost removed app leaves firewall rules

Hi,

It seems that after removal of the Mattermost module, a firewall rules are left behind:

How can I remove these manually pls?

TIA

HTH

it should not, except if remove service does not remove UDP port

I just installed Mattermost again removed it again. Now I have both instances firewall settings (TCP and UDP) left:

So something is not right I guess?

please what is the output

firewall-cmd --list-all-zones

and what is the

firewall-cmd --info-service=mattermost1
firewall-cmd --info-service=mattermost2

adapt to the module_id of mattermost you will find in the public zone

evidences :stuck_out_tongue:
Jun 14 14:37:56 R3.rocky9-3.org agent@mattermost1[3776]: Action destroy-module skipped step 90firewall: fork/exec /home/mattermost1/.config/actions/destroy-module/90firewall: permission denied

3 Likes
firewall-cmd --permanent --delete-service=mattermost1
firewall-cmd --reload
1 Like

I can confirm, I changed the permissions to 0755 and uninstalled the module. Firewall rules are correctly adjusted.

hello laylow, could you please verify this QA

just install and check the bug is not reproducible

thank a lot

Verified, issue is resolved with Mattermost 2.0.6-dev.1. (I have test repo enabled)

Thanks!

New install via software center of Mattermost 2.0.6-dev.1 and firewall shows:

Remove mattermost via software center and firewall shows:

3 Likes

thank a lot