From: David Garamond <davegaramond@icqmail.com>
To: netfilter@lists.netfilter.org
Subject: disallow normal users from bind()-ing to ports
Date: Wed, 11 Dec 2002 00:03:21 -0700 [thread overview]
Message-ID: <3DF6E339.3000403@icqmail.com> (raw)
hi,
i want to regulate local users on our non-firewalled machines:
+ normal, non-system users (uid >= 500) shall not be able to bind to any
port (so that they cannot run file-sharing applications, bypass company
proxies/mailservers and what not);
+ there are certain IP aliases (say: 12.34.56.78 and 12.34.56.79) and of
course 0.0.0.0 that should be able to be bind()-ed by normal users at all.
seeing that iptables now has --*-owner options, is it possible to
achieve this goal with iptables? or do i still have to trap the bind()
(or accept(), or listen()) syscall somehow?
--
dave
next reply other threads:[~2002-12-11 7:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-11 7:03 David Garamond [this message]
2002-12-11 15:54 ` disallow normal users from bind()-ing to ports David Garamond
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=3DF6E339.3000403@icqmail.com \
--to=davegaramond@icqmail.com \
--cc=netfilter@lists.netfilter.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.