summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2006-12-29 13:59:03 +0000
committermlaier <mlaier@FreeBSD.org>2006-12-29 13:59:03 +0000
commit89e0ae76db000800f893d800de9dcbf15519ff50 (patch)
tree450bece21275271ddebaac52f810c4d0c53088e3 /sys/conf/options
parent6a28e42eadcd4634375ae8043202f375212bd6cb (diff)
downloadFreeBSD-src-89e0ae76db000800f893d800de9dcbf15519ff50.zip
FreeBSD-src-89e0ae76db000800f893d800de9dcbf15519ff50.tar.gz
Work around a long standing LOR with user/group rules by doing the socket
lookup early. This has some performance implications and should not be enabled by default, but might help greatly in certain setups. After some more testing this could be turned into a sysctl. Tested by: avatar LOR ids: 17, 24, 32, 46, 191 (conceptual) MFC after: 6 weeks
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 36d3b5f..2551246 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -349,6 +349,7 @@ DEV_ENC opt_enc.h
DEV_PF opt_pf.h
DEV_PFLOG opt_pf.h
DEV_PFSYNC opt_pf.h
+PF_MPSAFE_UGID opt_pf.h
ETHER_II opt_ef.h
ETHER_8023 opt_ef.h
ETHER_8022 opt_ef.h
OpenPOWER on IntegriCloud