Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bind mounts of filesystems with nodev, nosuid, noexec options set
Currently bind mounts of filesystems with nodev, nosuid, noexec options set fail in rootless mode if the same options are not set for the bind mount. For ro filesystems this was resolved by #2570 by remounting again with roset. Follow the same approach for nodev, nosuid, noexec . Signed-off-by: Ruediger Pluem <[email protected]>
- Loading branch information