Don't allow access to devices on this filesystem.
const MOUNT_NO_DEVICE_ACCESS: MountFlags = MountFlags(MS_NODEV);
mount(2) and MS_NODEV therein