You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
V-72043 makes some assumptions about what filesystems are removable. While the filesystems listed in the default (xfs & ext4) are not often seen in removable media as opposed to FAT, I'm not sure if filtering like this is the best way to go about checking this control. Furthermore, should other filesystems such as sysfs or proc be included?
I'd propose a general approach similar to what is currently happening in V-72075:
Filter mounts based on filesystems mounted
Gather all options for remaining mounts
Determine block devices for remaining mounts
Check if the device is removable
If the device is removable, make sure all mounts corresponding to the device have the correct options
The text was updated successfully, but these errors were encountered:
V-72043 makes some assumptions about what filesystems are removable. While the filesystems listed in the default (
xfs
&ext4
) are not often seen in removable media as opposed toFAT
, I'm not sure if filtering like this is the best way to go about checking this control. Furthermore, should other filesystems such assysfs
orproc
be included?I'd propose a general approach similar to what is currently happening in V-72075:
The text was updated successfully, but these errors were encountered: