This is a discussion on Re: SIOCFRSYN: Operation not permitted within the IPFilter forums, part of the System Security and Security Related category; In some email I received from Guido van Rooij, sie wrote: > On Tue, Jun 24, 2003 at 03:52:...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
In some email I received from Guido van Rooij, sie wrote:
> On Tue, Jun 24, 2003 at 03:52:42AM -0700, Dan Sopher wrote: > > Guido, > > > > Thanks for the reply. > > > > homes# sysctl kern.securelevel > > kern.securelevel: 2 > > Hm..Quick inspection of the code learns that you'd get these errors > when securelevel >= 3. However, this is FreeBSD specific. Since > you are using FBSD 4.7 in combination with 3.4.31, you probably > still have the following in ip_fil.c: > if ((securelevel >= 2) && (mode & FWRITE)) > That is causing you this trouble. > You should change it to > if ((securelevel >= 3) && (mode & FWRITE)) I incorporated this change into IPFilter's code tree. Darren |
![]() |
| Thread Tools | |
| Display Modes | |
|
|