diff options
| author | Roy Marples <roy@marples.name> | 2020-09-20 19:09:08 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-09-20 19:09:08 +0100 |
| commit | 8b204c618386a2d8fe4a44514824da6f6a462985 (patch) | |
| tree | 23403481bf3b3fe6c76f7761928c0d9b22d3b6be /src/privsep.h | |
| parent | 744f8864f72e008957da13f243e2321377bdba64 (diff) | |
| download | dhcpcd-8b204c618386a2d8fe4a44514824da6f6a462985.tar.xz | |
privsep: sandbox the launcher process
Diffstat (limited to 'src/privsep.h')
| -rw-r--r-- | src/privsep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/privsep.h b/src/privsep.h index 260c3fda..93f7965e 100644 --- a/src/privsep.h +++ b/src/privsep.h @@ -175,7 +175,7 @@ int ps_init(struct dhcpcd_ctx *); int ps_start(struct dhcpcd_ctx *); int ps_stop(struct dhcpcd_ctx *); int ps_entersandbox(const char *, const char **); -int ps_mastersandbox(struct dhcpcd_ctx *); +int ps_mastersandbox(struct dhcpcd_ctx *, const char *); int ps_unrollmsg(struct msghdr *, struct ps_msghdr *, const void *, size_t); ssize_t ps_sendpsmmsg(struct dhcpcd_ctx *, int, |
