$OpenBSD: patch-third_party_crashpad_crashpad_util_posix_drop_privileges_cc,v 1.3 2020/10/22 13:52:55 robert Exp $

Index: third_party/crashpad/crashpad/util/posix/drop_privileges.cc
--- third_party/crashpad/crashpad/util/posix/drop_privileges.cc.orig
+++ third_party/crashpad/crashpad/util/posix/drop_privileges.cc
@@ -25,7 +25,7 @@ void DropPrivileges() {
   gid_t gid = getgid();
   uid_t uid = getuid();
 
-#if defined(OS_APPLE)
+#if defined(OS_APPLE) || defined(OS_BSD)
   // Based on the POSIX.1-2008 2013 edition documentation for setreuid() and
   // setregid(), setreuid() and setregid() alone should be sufficient to drop
   // privileges. The standard specifies that the saved ID should be set to the
