index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_unveil.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove this assert, I can't do this here with UNVEIL_INSPECT
beck
2019-03-26
1
-2
/
+1
*
Make stat(2) and access(2) need UNVEIL_READ instead of UNVEIL_INSPECT
beck
2019-03-24
1
-2
/
+7
*
sometimes we don't call unveil_add, which means memory allocated by namei
tedu
2019-01-21
1
-3
/
+1
*
Unveil fixes:
beck
2019-01-17
1
-12
/
+39
*
backout previous; crashes near mountpoints it seems
deraadt
2019-01-14
1
-7
/
+4
*
Fix unveil issue noticed by kn@ where unveil does not notice covering
beck
2019-01-14
1
-4
/
+7
*
Clear ps_uvpcwd when we free ps_uvpaths. Fixes a crash seen by kn@ and me
kettenis
2019-01-06
1
-1
/
+2
*
Fix a collection of covering unveil bugs that prevent unveil's of upper
beck
2019-01-03
1
-11
/
+26
*
needs sys/lock.h
deraadt
2018-10-29
1
-1
/
+2
*
Correctly deal with upper level unveil's by keeping track of the covering
beck
2018-10-28
1
-75
/
+230
*
fix typo in comment
jasper
2018-09-25
1
-2
/
+2
*
Fix stat of path components - this was breaking chrome - because the
beck
2018-08-28
1
-11
/
+9
*
Get rid of PLEDGE_STAT, which was a hack used for unveil.
beck
2018-08-11
1
-20
/
+17
*
UNVEIL_* flags defined elsewhere in a .h file
deraadt
2018-08-07
1
-6
/
+1
*
Decouple unveil from the pledge flags, by adding dedicated unveil flags
beck
2018-08-05
1
-23
/
+29
*
Prevent a panic when reboot -q is used by making unveil_removevnode
beck
2018-08-05
1
-9
/
+18
*
rename 2nd argument of unveil from vague "flags" to "permissions";
deraadt
2018-07-30
1
-10
/
+10
*
KNF
deraadt
2018-07-30
1
-14
/
+16
*
revert accidentally changed prototype
beck
2018-07-29
1
-2
/
+2
*
Don't exceed UNVEIL_MAX_VNODES with a long path now that we save
beck
2018-07-29
1
-3
/
+6
*
Make sure we don't count looking at .. as a component
beck
2018-07-29
1
-1
/
+2
*
Correctly copy across unveil's from parent to child process on fork().
beck
2018-07-20
1
-24
/
+36
*
unvname_new() is passed something that is always 64-bits so the
krw
2018-07-17
1
-2
/
+2
*
unbreak gcc4 build
jsg
2018-07-13
1
-2
/
+1
*
Unveiling unveil(2).
beck
2018-07-13
1
-0
/
+727