artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ceba9
)
in pledgereq (the array for doing correspondance between textual promise as in pledge...
author
semarie
<semarie@openbsd.org>
Tue, 28 Jun 2016 04:27:58 +0000
(
04:27
+0000)
committer
semarie
<semarie@openbsd.org>
Tue, 28 Jun 2016 04:27:58 +0000
(
04:27
+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
047225c
..
f72f27d
100644
(file)
--- a/
sys/kern/kern_pledge.c
+++ b/
sys/kern/kern_pledge.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: kern_pledge.c,v 1.17
2 2016/06/27 16:49:45 jsing Exp $
*/
+/* $OpenBSD: kern_pledge.c,v 1.17
3 2016/06/28 04:27:58 semarie Exp $
*/
/*
* Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
@@
-355,7
+355,7
@@
const uint64_t pledge_syscalls[SYS_MAXSYSCALL] = {
static const struct {
char *name;
-
in
t flags;
+
uint64_
t flags;
} pledgereq[] = {
{ "audio", PLEDGE_AUDIO },
{ "cpath", PLEDGE_CPATH },