=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.h,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- src/usr.bin/file/file.h 2015/04/27 13:41:45 1.27 +++ src/usr.bin/file/file.h 2015/04/27 13:48:06 1.28 @@ -1,4 +1,4 @@ -/* $OpenBSD: file.h,v 1.27 2015/04/27 13:41:45 nicm Exp $ */ +/* $OpenBSD: file.h,v 1.28 2015/04/27 13:48:06 nicm Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott @@ -23,7 +23,7 @@ #define FILE_READ_SIZE (256 * 1024) /* User to drop privileges to in child process. */ -#define FILE_USER "nobody" +#define FILE_USER "_file" /* text.c */ const char *text_get_type(const void *, size_t);