Don't respect set-user-id and set-group-id flags on the filesystem.
const MOUNT_NO_SET_ID: MountFlags = MountFlags(MS_NOSUID);
mount(2) and MS_NOSUID therein