* Additional user for iptables
@ 2002-06-20 23:58 Dave Miller
2002-06-21 0:26 ` Ramin Alidousti
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Dave Miller @ 2002-06-20 23:58 UTC (permalink / raw)
To: netfilter
[-- Attachment #1.1: Type: text/plain, Size: 195 bytes --]
Hello
Is there a way to allow an additional (non root) user to access the iptables
tool without using sudo or similar?
Thank you.
David S. Miller
Strategic Services Group, Inc.
[-- Attachment #1.2: Type: text/html, Size: 5294 bytes --]
[-- Attachment #2: image001.gif --]
[-- Type: application/octet-stream, Size: 1899 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Additional user for iptables
2002-06-20 23:58 Additional user for iptables Dave Miller
@ 2002-06-21 0:26 ` Ramin Alidousti
2002-06-21 6:34 ` Patrick Schaaf
2002-06-21 20:50 ` Nathan Cassano
2 siblings, 0 replies; 4+ messages in thread
From: Ramin Alidousti @ 2002-06-21 0:26 UTC (permalink / raw)
To: Dave Miller; +Cc: netfilter
On Thu, Jun 20, 2002 at 07:58:55PM -0400, Dave Miller wrote:
> Hello ?
>
> Is there a way to allow an additional (non root) user to access the iptables
> tool without using sudo or similar?
There is always the setuid-bit solution but why do you want to do this? If
you trust the user to play with your netfilter part of the system you can
trust them for more, no? Or do you want to only trust an application? In
which case, sudo is still a better solution, IMO.
Ramin
>
> Thank you.
>
>
> David S. Miller
> Strategic Services Group, Inc.
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Additional user for iptables
2002-06-20 23:58 Additional user for iptables Dave Miller
2002-06-21 0:26 ` Ramin Alidousti
@ 2002-06-21 6:34 ` Patrick Schaaf
2002-06-21 20:50 ` Nathan Cassano
2 siblings, 0 replies; 4+ messages in thread
From: Patrick Schaaf @ 2002-06-21 6:34 UTC (permalink / raw)
To: Dave Miller; +Cc: netfilter
Hello,
> Is there a way to allow an additional (non root) user to access the iptables
> tool without using sudo or similar?
No.
regards
Patrick
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Additional user for iptables
2002-06-20 23:58 Additional user for iptables Dave Miller
2002-06-21 0:26 ` Ramin Alidousti
2002-06-21 6:34 ` Patrick Schaaf
@ 2002-06-21 20:50 ` Nathan Cassano
2 siblings, 0 replies; 4+ messages in thread
From: Nathan Cassano @ 2002-06-21 20:50 UTC (permalink / raw)
To: 'Dave Miller', netfilter
Dave Miller wrote:
>
>Hello -
>
> Is there a way to allow an additional (non root) user to access the
iptables tool without using sudo or similar?
Hi Dave,
What are you trying to accomplish? What specific parts of
iptables do you want your users to access?
In any case if you are bent on letting your users access iptables I
would develop a suid c program that only accepts specific iptables
manipulations (i.e. only blocking an ip address) and runs the iptables
program. Heavily check the program's arguments so that nothing gets
through but allowed data. Make sure that only designated users will have
the permissions to executer this suid program.
Nathan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-06-21 20:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-20 23:58 Additional user for iptables Dave Miller
2002-06-21 0:26 ` Ramin Alidousti
2002-06-21 6:34 ` Patrick Schaaf
2002-06-21 20:50 ` Nathan Cassano
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.