]> git.ipfire.org Git - thirdparty/linux.git/commit
apparmor: drop in_atomic flag in common_mmap, and common_file_perm
authorJohn Johansen <john.johansen@canonical.com>
Sun, 18 Jan 2026 07:40:03 +0000 (23:40 -0800)
committerJohn Johansen <john.johansen@canonical.com>
Thu, 29 Jan 2026 09:27:53 +0000 (01:27 -0800)
commitc3f27ccdb2dce3f0f2814574d06017f46c11fa29
treeab23b60c978668175d8ca7a7e52af08358a835ce
parent48d5268e911abcf7674ec33c9b0b3e952be1175e
apparmor: drop in_atomic flag in common_mmap, and common_file_perm

with the previous changes to mmap the in_atomic flag is now always
false, so drop it.

Suggested-by: Tyler Hicks <code@tyhicks.com>
Reviewed-by: Georgia Garcia <georgia.garcia@canonical.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/lsm.c