Files
linux/security
Mike Rapoport (Microsoft) 54067bacb4 selinux: hooks: use __getname() to allocate path buffer
selinux_genfs_get_sid() allocates memory for a path with __get_free_page()
although there is a dedicated helper for allocation of file paths:
__getname().

Replace __get_free_page() for allocation of a path buffer with __getname().

Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Signed-off-by: Paul Moore <paul@paul-moore.com>
2026-05-27 19:42:40 -04:00
..
2025-09-22 15:52:44 -04:00
2026-04-03 16:53:50 -04:00
2026-04-03 16:53:50 -04:00