From 05ef0c51a041159f6c7e577dbfa7f0bf41961391 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Wed, 12 Mar 2014 05:20:11 -0700 Subject: [PATCH] Fix filtered af list to remove af_unspec Signed-off-by: John Johansen Acked-by: Steve Beattie --- common/Make.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Make.rules b/common/Make.rules index c57cc5beb..673c99ed2 100644 --- a/common/Make.rules +++ b/common/Make.rules @@ -198,7 +198,7 @@ list_capabilities: /usr/include/linux/capability.h # to mediate. We use PF_ here since that is what is required in # bits/socket.h, but we will rewrite these as AF_. -FILTER_FAMILIES=PF_UNIX +FILTER_FAMILIES=PF_UNSPEC PF_UNIX __FILTER=$(shell echo $(strip $(FILTER_FAMILIES)) | sed -e 's/ /\\\|/g')