Re: ipfw rules and securelevel
From: Peter Pentchev (roam@orbitel.bg)
Date: 05/14/01
- Next message: Francesco Toscan: "Warnings while compiling Samba"
- Previous message: Igor Podlesny: "Re[2]: ipfw rules and securelevel"
- In reply to: Igor Podlesny: "Re[2]: ipfw rules and securelevel"
- Next in thread: Igor Podlesny: "Re[2]: ipfw rules and securelevel"
- Reply: Igor Podlesny: "Re[2]: ipfw rules and securelevel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 14 May 2001 17:09:28 +0300 From: Peter Pentchev <roam@orbitel.bg> To: Igor Podlesny <poige@morning.ru>
On Mon, May 14, 2001 at 10:06:10PM +0700, Igor Podlesny wrote:
>
> >> Dear friends,
> >> Even in securelevel 3 I can bypass ipfw rules. In securelevel 3 I
> >> as root can change the variable "net.inet.ip.fw.enable" using sysctl. When
> >> I run a command
>
> >> sysctl -w net.inet.ip.fw.enable=0
>
> >> It disables the ipfw rules.
>
> >> Is it a feature or hole in freebsd.
>
> > doesn't matter how it is called, only matters how it hurts... (it does)
>
> >> please help
>
> the "patch" (hard to call it a patch, but nevertheless) is adding
> CTLFLAG_SECURE to the relevant definition of the node:
>
> this diff out is for 3.5 stable:
>
> 92c92
> < SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, enable, CTLFLAG_RW,
> ---
> > SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, enable, CTLFLAG_RW|CTLFLAG_SECURE,
Patches/diffs are usually much easier to review and apply if they are
in context or unified diff format - this helps when the patch is made
against a possibly changed file :) And.. well.. it might be obvious
to you (in this case it's pretty obvious to figure out ;), but still
it helps a lot to mention which file(s) the patch is against :)
G'luck,
Peter
-- I am the meaning of this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
- Next message: Francesco Toscan: "Warnings while compiling Samba"
- Previous message: Igor Podlesny: "Re[2]: ipfw rules and securelevel"
- In reply to: Igor Podlesny: "Re[2]: ipfw rules and securelevel"
- Next in thread: Igor Podlesny: "Re[2]: ipfw rules and securelevel"
- Reply: Igor Podlesny: "Re[2]: ipfw rules and securelevel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|