=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/getent/getent.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/getent/getent.c 2015/10/10 14:33:02 1.11 +++ src/usr.bin/getent/getent.c 2015/10/10 21:50:05 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: getent.c,v 1.11 2015/10/10 14:33:02 deraadt Exp $ */ +/* $OpenBSD: getent.c,v 1.12 2015/10/10 21:50:05 doug Exp $ */ /* $NetBSD: getent.c,v 1.7 2005/08/24 14:31:02 ginsbach Exp $ */ /*- @@ -79,9 +79,9 @@ const char *pledge; } databases[] = { { "ethers", ethers, "stdio rpath" }, - { "group", group, "stdio rpath" }, + { "group", group, "stdio getpw" }, { "hosts", hosts, "stdio dns" }, - { "passwd", passwd, "stdio rpath" }, + { "passwd", passwd, "stdio getpw" }, { "protocols", protocols, "stdio rpath" }, { "rpc", rpc, "stdio rpath" }, { "services", services, "stdio rpath" },