Skip to content
Snippets Groups Projects
Commit 157a3537 authored by John Johansen's avatar John Johansen
Browse files

apparmor: Fix regression in mount mediation


commit 2db154b3 ("vfs: syscall: Add move_mount(2) to move mounts around")

introduced a new move_mount(2) system call and a corresponding new LSM
security_move_mount hook but did not implement this hook for any
existing LSM. This creates a regression for AppArmor mediation of
mount. This patch provides a base mapping of the move_mount syscall to
the existing mount mediation. In the future we may introduce
additional mediations around the new mount calls.

Fixes: 2db154b3 ("vfs: syscall: Add move_mount(2) to move mounts around")
CC: stable@vger.kernel.org
Reported-by: default avatarAndreas Steinmetz <anstein99@googlemail.com>
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent ea9bae12
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment