mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-29 21:38:15 +00:00
Fix filtered af list to remove af_unspec
Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
parent
fa1a5f8a61
commit
05ef0c51a0
@ -198,7 +198,7 @@ list_capabilities: /usr/include/linux/capability.h
|
|||||||
# to mediate. We use PF_ here since that is what is required in
|
# to mediate. We use PF_ here since that is what is required in
|
||||||
# bits/socket.h, but we will rewrite these as AF_.
|
# 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')
|
__FILTER=$(shell echo $(strip $(FILTER_FAMILIES)) | sed -e 's/ /\\\|/g')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user