Re: [PATCH net-next v7 4/4] selftest: Add tests for useful handling of LSM denials on SCM_RIGHTS
Jakub Kicinski <[email protected]>
| Newsgroups | gmane.linux.file-systems,gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 14 Aug 2026 08:11:31 -0400 Jori Koolstra wrote: > Tests SCM_RIGHTS fd passing on a socket with the new socket option > SO_RIGHTS_NOTRUNC turned on. To hook into the security_file_receive() > call, BPF is used. The BPF program shares a hashmap with userspace that > lists the inos to be blocked (of the receiver tgid). Sigh. You are ccing netdev@ only on the selftest. I think that this is a clear indication that the selftest does not belong under tools/testing/selftests/net