6d962390a0
- don't hide command lines in build output - honour CC in the environment not just mk.conf
18 lines
428 B
Plaintext
18 lines
428 B
Plaintext
$OpenBSD: patch-src_iodined_c,v 1.2 2009/03/30 09:17:45 sthen Exp $
|
|
|
|
Drop privileges and chroot by default.
|
|
|
|
--- src/iodined.c.orig Sat Mar 21 14:07:49 2009
|
|
+++ src/iodined.c Mon Mar 30 10:25:08 2009
|
|
@@ -961,8 +961,8 @@ main(int argc, char **argv)
|
|
int skipipconfig;
|
|
char *netsize;
|
|
|
|
- username = NULL;
|
|
- newroot = NULL;
|
|
+ username = "_iodine";
|
|
+ newroot = "/var/empty";
|
|
device = NULL;
|
|
foreground = 0;
|
|
bind_enable = 0;
|