FreeBSD Bugzilla – Attachment 14751 Details for
Bug 27615
ipf restricts rule-changing at securelevel 2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 879 bytes, created by
andria
on 2001-05-24 15:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
andria
Created:
2001-05-24 15:00:01 UTC
Size:
879 bytes
patch
obsolete
>*** ip_fil.c Wed May 23 09:39:37 2001 >--- ip_fil.c.orig Wed May 23 09:39:12 2001 >*************** >*** 461,465 **** > > #if (BSD >= 199306) && defined(_KERNEL) >! if ((securelevel >= 3) && (mode & FWRITE)) > return EPERM; > #endif >--- 461,465 ---- > > #if (BSD >= 199306) && defined(_KERNEL) >! if ((securelevel >= 2) && (mode & FWRITE)) > return EPERM; > #endif >----------------------------------------------------------- >*** ip_nat.c Wed May 23 09:39:50 2001 >--- ip_nat.c.orig Wed May 23 09:39:19 2001 >*************** >*** 428,432 **** > > #if (BSD >= 199306) && defined(_KERNEL) >! if ((securelevel >= 3) && (mode & FWRITE)) > return EPERM; > #endif >--- 428,432 ---- > > #if (BSD >= 199306) && defined(_KERNEL) >! if ((securelevel >= 2) && (mode & FWRITE)) > return EPERM; > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27615
: 14751 |
14752