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
..
2021-06-10 12:43:51 +02:00
2019-03-23 14:35:16 +01:00
2022-01-05 12:33:49 +01:00
2019-07-19 16:24:39 +08:00
2017-08-31 14:42:19 -07:00
2019-11-10 11:25:37 +01:00
2020-03-05 12:59:36 -05:00
2018-05-16 10:10:23 +02:00
2022-04-26 15:03:40 +07:00
2024-07-13 20:47:49 -03:00