summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@FreeBSD.org>2005-01-19 21:37:00 +0000
committerDaniel Hartmeier <dhartmei@FreeBSD.org>2005-01-19 21:37:00 +0000
commit9624b04d64cb2e6b8efb76a06016ca8c67722a22 (patch)
tree9129a9913ad7cea6a11eb8a39d49143b2db8988e
parent7834081c88009811574366394f970a8a7ede6cd7 (diff)
Notes
-rw-r--r--sys/contrib/pf/net/pf_ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/pf/net/pf_ioctl.c b/sys/contrib/pf/net/pf_ioctl.c
index 4767deef00ea..1794f0fccc95 100644
--- a/sys/contrib/pf/net/pf_ioctl.c
+++ b/sys/contrib/pf/net/pf_ioctl.c
@@ -1058,7 +1058,7 @@ pfioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flags, struct proc *p)
/* XXX keep in sync with switch() below */
#ifdef __FreeBSD__
- if (securelevel_gt(td->td_ucred, 1))
+ if (securelevel_gt(td->td_ucred, 2))
#else
if (securelevel > 1)
#endif