You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP
BugLink: https://bugs.launchpad.net/bugs/2106703
commit f5534d5 upstream.
Extend protocol_variant structure with protocol field (Cf. socket(2)).
Extend protocol fixture with TCP test suits with protocol=IPPROTO_TCP
which can be used as an alias for IPPROTO_IP (=0) in socket(2).
Signed-off-by: Mikhail Ivanov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Cc: <[email protected]> # 6.7.x
Signed-off-by: Mickaël Salaün <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
[nwager: apply change to struct protocol_variant in
"tools/testing/selftests/landlock/net_test.c" instead of
"tools/testing/selftests/landlock/common.h" due to missing commit:
fefcf0f ("selftests/landlock: Test abstract UNIX socket scoping")]
Signed-off-by: Noah Wager <[email protected]>
Signed-off-by: Mehmet Basaran <[email protected]>
0 commit comments