=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.h,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- src/usr.bin/file/file.h 2015/04/24 16:47:32 1.26 +++ src/usr.bin/file/file.h 2015/04/27 13:41:45 1.27 @@ -1,4 +1,4 @@ -/* $OpenBSD: file.h,v 1.26 2015/04/24 16:47:32 nicm Exp $ */ +/* $OpenBSD: file.h,v 1.27 2015/04/27 13:41:45 nicm Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott @@ -21,6 +21,9 @@ /* Bytes to read if can't use the whole file. */ #define FILE_READ_SIZE (256 * 1024) + +/* User to drop privileges to in child process. */ +#define FILE_USER "nobody" /* text.c */ const char *text_get_type(const void *, size_t);