search for: may_delete

Displaying 1 result from an estimated 1 matches for "may_delete".

Did you mean: max_delete
2010 Oct 25
2
[PATCH] Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowed
Add a mount option user_subvol_rm_allowed that allows users to delete a (potentially non-empty!) subvol when they would otherwise we allowed to do an rmdir(2). We duplicate the may_delete() checks from the core VFS code to implement identical security checks (minus the directory size check). Signed-off-by: Sage Weil <sage@newdream.net> --- fs/btrfs/ctree.h | 1 + fs/btrfs/ioctl.c | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++-- fs/btrfs/super.c | 6 ++- 3...