Files
linux/security/selinux
Stephen Smalley 868f31e406 selinux: shrink critical section in sel_write_load()
Currently sel_write_load() takes the policy mutex earlier than
necessary. Move the taking of the mutex later. This avoids
holding it unnecessarily across the vmalloc() and copy_from_user()
of the policy data.

Cc: stable@vger.kernel.org
Signed-off-by: Stephen Smalley <stephen.smalley.work@gmail.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
2026-05-05 16:02:28 -04:00
..
2026-05-05 15:27:44 -04:00
2026-04-28 18:13:58 -04:00
2023-05-08 16:44:01 -04:00
2025-04-11 18:58:10 -07:00