Re: [PATCH net-next v3 3/5] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
From: Christian Brauner
Date: Wed Jul 01 2026 - 03:48:02 EST
> I also choose to not put -EPERM as sentinel as suggested first, but use the
> actual LSM error. Agreed?
Yes. We have to surface the actual error. In case the LSM is returning
some custom error (can easily happen from a bpf lsm).