Linux Netfilter discussions
 help / color / mirror / Atom feed
From: "Kerin Millar" <kfm@plushkava.net>
To: "Telbat Diordna" <diordnatelbat2@gmail.com>, netfilter@vger.kernel.org
Subject: Re: filesystem access to add/remove/view ip addresses
Date: Sat, 19 Oct 2024 20:35:36 +0100	[thread overview]
Message-ID: <e4bd55b2-c6ce-402a-bc19-d50d7c626591@app.fastmail.com> (raw)
In-Reply-To: <CA+OqyoGJhT75-FBdO1mLxaLpHpWck6wPe8hTwRLCmKWq6b679g@mail.gmail.com>

On Sat, 19 Oct 2024, at 5:35 PM, Telbat Diordna wrote:
> CAP_NET_ADMIN opens the door ways to wide, while the older iptables
> method allowed access-limitations/permissions per directory (=ruleset)

If you cannot bring yourself to trust a homebrew BINFMT_ELF executable with the CAP_NET_ADMIN capability, another option would be to write a simple shell script to wrap nft(8) then compose a suitable policy for use with sudo(8). The paradox would be that sudo opens the door wider initially, on account of having the setuid bit be enabled.

> Can I read your answer in that way, that I still have to use iptables
> and can't migrate to nftables, when I wish to use this feature?

Yes, for the following reasons.

- no procfs interface exists to modify a ruleset or its objects
- nftables cannot integrate with xtables extensions unless using iptables-nft
- the procfs interface you are using is implemented by an xtables extension (xt_recent)

--
Kerin Millar

  parent reply	other threads:[~2024-10-19 19:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-18 19:30 filesystem access to add/remove/view ip addresses Telbat Diordna
2024-10-18 21:39 ` Kerin Millar
     [not found]   ` <CA+OqyoGJhT75-FBdO1mLxaLpHpWck6wPe8hTwRLCmKWq6b679g@mail.gmail.com>
2024-10-19 19:35     ` Kerin Millar [this message]
2024-10-19 20:46       ` Pablo Neira Ayuso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e4bd55b2-c6ce-402a-bc19-d50d7c626591@app.fastmail.com \
    --to=kfm@plushkava.net \
    --cc=diordnatelbat2@gmail.com \
    --cc=netfilter@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox