diff options
author | Christian Brauner <[email protected]> | 2021-07-27 12:48:54 +0200 |
---|---|---|
committer | David Sterba <[email protected]> | 2021-08-23 13:19:14 +0200 |
commit | aabb34e7a31c608dd7c00db9ad320e05941a39d0 (patch) | |
tree | 834446a214f9d987a63d542de8698de5b2e7cea1 /lib/test_overflow.c | |
parent | c4ed533bdc7960873ab0258a4d18569061b4b0b4 (diff) |
btrfs: relax restrictions for SNAP_DESTROY_V2 with subvolids
So far we prevented the deletion of subvolumes and snapshots using
subvolume ids possible with the BTRFS_SUBVOL_SPEC_BY_ID flag.
This restriction is necessary on idmapped mounts as this allows
filesystem wide subvolume and snapshot deletions and thus can escape the
scope of what's exposed under the mount identified by the fd passed with
the ioctl.
Deletion by subvolume id works by looking for an alias of the parent of
the subvolume or snapshot to be deleted. The parent alias can be
anywhere in the filesystem. However, as long as the alias of the parent
that is found is the same as the one identified by the file descriptor
passed through the ioctl we can allow the deletion.
Reviewed-by: Josef Bacik <[email protected]>
Reviewed-by: Qu Wenruo <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions