drop priviledges within sandboxes, which makes sandbox a bit less useless when capsicum is not activated/available
modified src/event.c
@@ -47,6 +47,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -225,6 +226,7 @@ event_sandboxed_call(pkg_sandbox_cb func, int fd, void *ud)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -258,6 +260,19 @@ event_sandboxed_call(pkg_sandbox_cb func, int fd, void *ud)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|