Properly support mount/filesystem remounting
Open
type: enhancement
- Dominant language
- Go
- Stars
- 19.3k
- Forks
- 2k
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 264
Description
### Description
Currently, MS_REMOUNT sets mount-specific options (noexec, noatime, nodev, nosuid, ro/rw), but does not pass the updated `data` to the underlying filesystem to be reconfigured.
This also affects the new mount API, blocking a proper implementation of FSCONFIG_CMD_RECONFIGURE.
### Is this feature related to a specific bug?
_No response_
### Do you have a specific solution in mind?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.