More precision in pledge sysctl report
authorderaadt <deraadt@openbsd.org>
Sat, 9 Dec 2017 06:50:32 +0000 (06:50 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 9 Dec 2017 06:50:32 +0000 (06:50 +0000)
sys/kern/kern_pledge.c

index b4906c3..9daf916 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kern_pledge.c,v 1.224 2017/11/17 23:08:10 abieber Exp $       */
+/*     $OpenBSD: kern_pledge.c,v 1.225 2017/12/09 06:50:32 deraadt Exp $       */
 
 /*
  * Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
@@ -880,7 +880,7 @@ pledge_sysctl(struct proc *p, int miblen, int *mib, void *new)
            mib[0] == CTL_VM && mib[1] == VM_LOADAVG)
                return (0);
 
-       snprintf(buf, sizeof(buf), "%s(%d): sysctl %d:",
+       snprintf(buf, sizeof(buf), "%s(%d): pledge sysctl %d:",
            p->p_p->ps_comm, p->p_p->ps_pid, miblen);
        for (i = 0; i < miblen; i++) {
                char *p = buf + strlen(buf);