]> Git Repo - linux.git/commit
dm verity: set DM_TARGET_IMMUTABLE feature flag
authorSarthak Kukreti <[email protected]>
Tue, 31 May 2022 19:56:40 +0000 (15:56 -0400)
committerMike Snitzer <[email protected]>
Tue, 31 May 2022 20:22:30 +0000 (16:22 -0400)
commit4caae58406f8ceb741603eee460d79bacca9b1b5
treec80f49750da1ca7de174a76ebbb7dbffce24a35a
parent9571f829f30a89b888ec4c3a72f5a04573f0e058
dm verity: set DM_TARGET_IMMUTABLE feature flag

The device-mapper framework provides a mechanism to mark targets as
immutable (and hence fail table reloads that try to change the target
type). Add the DM_TARGET_IMMUTABLE flag to the dm-verity target's
feature flags to prevent switching the verity target with a different
target type.

Fixes: a4ffc152198e ("dm: add verity target")
Cc: [email protected]
Signed-off-by: Sarthak Kukreti <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Signed-off-by: Mike Snitzer <[email protected]>
drivers/md/dm-verity-target.c
This page took 0.052113 seconds and 4 git commands to generate.