$OpenBSD: patch-sysdeps_openbsd_glibtop_server_h,v 1.5 2019/04/27 13:45:24 jasper Exp $ Index: sysdeps/openbsd/glibtop_server.h --- sysdeps/openbsd/glibtop_server.h.orig +++ sysdeps/openbsd/glibtop_server.h @@ -47,6 +47,8 @@ G_BEGIN_DECLS #define GLIBTOP_SUID_NETLIST 0 #define GLIBTOP_SUID_PROC_WD 0 #define GLIBTOP_SUID_PROC_AFFINITY 0 +#define GLIBTOP_SUID_PROC_IO (1 << GLIBTOP_SYSDEPS_PROC_IO) +#define GLIBTOP_SUID_PROC_OPEN_FILES 0 G_END_DECLS