Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netlabel: add address family checks to netlbl_{sock,req}_delattr()
It seems risky to always rely on the caller to ensure the socket's address family is correct before passing it to the NetLabel kAPI, especially since we see at least one LSM which didn't. Add address family checks to the *_delattr() functions to help prevent future problems. Cc: <[email protected]> Reported-by: Maninder Singh <[email protected]> Signed-off-by: Paul Moore <[email protected]>
- Loading branch information