Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs: Allow superblock owner to access do_remount_sb()
Superblock level remounts are currently restricted to global CAP_SYS_ADMIN, as is the path for changing the root mount to read only on umount. Loosen both of these permission checks to also allow CAP_SYS_ADMIN in any namespace which is privileged towards the userns which originally mounted the filesystem. Signed-off-by: Seth Forshee <[email protected]> Acked-by: "Eric W. Biederman" <[email protected]> Acked-by: Serge Hallyn <[email protected]> Acked-by: Christian Brauner <[email protected]> Signed-off-by: Eric W. Biederman <[email protected]>
- Loading branch information