ParetoSecurity / ParetoSecurity/agent
Firewalld not detected
Open
Nobody has claimed this yet.
bug
- Dominant language
- Go
- Stars
- 46
- Forks
- 5
- Avg merge
- 1h 6m
- Merged PRs (30d)
- 1
Description
Describe the bug
This is the opposite problem I had in #39. I now have firewalld installed and enabled:
$ sudo firewall-cmd --state
running
but pareto doesn't see it:
• [root] Firewall & Sharing: Firewall is configured > [FAIL] Firewall is off
To Reproduce
Steps to reproduce the behavior:
- Install firewalld and configure it
paretosecurity check
Expected behavior
• [root] Firewall & Sharing: Firewall is configured > [OK] Firewall is on
Version
$ paretosecurity -v
paretosecurity version 0.3.11
Additional context
"os": {
"type": "linux",
"family": "debian",
"platform": "ubuntu",
"name": "Ubuntu",
"version": "24.04.3 LTS (Noble Numbat)",
"major": 24,
"minor": 4,
"patch": 3,
"codename": "noble"
},
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.