Park Ju Hyung 7f9792e95c sock: Inline SELinux's sk_security to struct sock
As we don't have to care about any other security mechanism than SELinux,
inline its struct sk_security_struct into struct sock.

This way, the kernel no longer has to allocate and de-allocate
struct sk_security_struct, which happens extremely frequently under Android.

Change-Id: Ic1e584a7d31bbb225cbd3079a5002542a7683818
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
Signed-off-by: Yaroslav Furman <yaro330@gmail.com>
Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
2024-08-27 11:40:02 -03:00
..
2023-09-30 11:44:35 +00:00