Update nftables support to use native go packages #91
Labels
No labels
Bug
BuildIssue
Claude-fixed
Enhancement
In Progress
Low priority
On Hold
Rejected
Security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
keyop-go/nfq_forwarder#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Google have produced https://pkg.go.dev/github.com/google/nftables which is a pure-go implementation of nftables functionality.
This avoids needing to package an 'nft' binary, and as long as the main nfq_forwarder binary has suitable elevated capabilities, this should work without needing full root privileges.