Don't allow execution of programs on this filesystem.
const MOUNT_NO_EXEC: MountFlags = MountFlags(MS_NOEXEC);
mount(2) and MS_NOEXEC therein