artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
670edfb
)
Grammar fix in comment.
author
rob
<rob@openbsd.org>
Thu, 2 Aug 2018 15:34:07 +0000
(15:34 +0000)
committer
rob
<rob@openbsd.org>
Thu, 2 Aug 2018 15:34:07 +0000
(15:34 +0000)
ok deraadt@
sys/kern/kern_pledge.c
patch
|
blob
|
history
diff --git
a/sys/kern/kern_pledge.c
b/sys/kern/kern_pledge.c
index
57f45e3
..
5094593
100644
(file)
--- a/
sys/kern/kern_pledge.c
+++ b/
sys/kern/kern_pledge.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: kern_pledge.c,v 1.23
8 2018/07/27 06:15:10 bket Exp $
*/
+/* $OpenBSD: kern_pledge.c,v 1.23
9 2018/08/02 15:34:07 rob Exp $
*/
/*
* Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
@@
-245,7
+245,7
@@
const uint64_t pledge_syscalls[SYS_MAXSYSCALL] = {
/*
* Path access/creation calls encounter many extensive
- * checks
are done during
namei()
+ * checks
done during pledge_
namei()
*/
[SYS_open] = PLEDGE_STDIO,
[SYS_stat] = PLEDGE_STDIO,