Re: SIOCFRSYN: Operation not permitted

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:...


Go Back   Usenet Forums > System Security and Security Related > IPFilter

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-28-2003
Darren Reed
 
Posts: n/a
Default Re: SIOCFRSYN: Operation not permitted

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
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:37 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0