All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selinux-testsuite: enable multiport netfilter match for sctp tests
@ 2018-11-27 20:13 Stephen Smalley
  2018-11-27 22:35 ` Paul Moore
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Smalley @ 2018-11-27 20:13 UTC (permalink / raw)
  To: selinux; +Cc: Stephen Smalley

This is used by tests/sctp/iptables-load

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
---
 defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/defconfig b/defconfig
index c48d3cc..ff0704f 100644
--- a/defconfig
+++ b/defconfig
@@ -21,6 +21,7 @@ CONFIG_NETWORK_SECMARK=y
 CONFIG_NF_CONNTRACK_SECMARK=y
 CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
 CONFIG_NETFILTER_XT_TARGET_SECMARK=m
+CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m # used for testing sctp
 
 # Filesystem security labeling support.
 # Only need to enable the ones for the filesystems on which you are testing.
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] selinux-testsuite: enable multiport netfilter match for sctp tests
  2018-11-27 20:13 [PATCH] selinux-testsuite: enable multiport netfilter match for sctp tests Stephen Smalley
@ 2018-11-27 22:35 ` Paul Moore
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Moore @ 2018-11-27 22:35 UTC (permalink / raw)
  To: Stephen Smalley; +Cc: selinux

On Tue, Nov 27, 2018 at 3:11 PM Stephen Smalley <sds@tycho.nsa.gov> wrote:
>
> This is used by tests/sctp/iptables-load
>
> Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
> ---
>  defconfig | 1 +
>  1 file changed, 1 insertion(+)

Merged, thanks Stephen.

> diff --git a/defconfig b/defconfig
> index c48d3cc..ff0704f 100644
> --- a/defconfig
> +++ b/defconfig
> @@ -21,6 +21,7 @@ CONFIG_NETWORK_SECMARK=y
>  CONFIG_NF_CONNTRACK_SECMARK=y
>  CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
>  CONFIG_NETFILTER_XT_TARGET_SECMARK=m
> +CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m # used for testing sctp
>
>  # Filesystem security labeling support.
>  # Only need to enable the ones for the filesystems on which you are testing.
> --
> 2.19.1

-- 
paul moore
www.paul-moore.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-27 22:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27 20:13 [PATCH] selinux-testsuite: enable multiport netfilter match for sctp tests Stephen Smalley
2018-11-27 22:35 ` Paul Moore

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.