diff options
| author | Roy Marples <roy@marples.name> | 2020-09-20 00:35:08 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-09-20 00:35:08 +0100 |
| commit | cfcce96194b204bceb50fd7c7197387faed7fdaf (patch) | |
| tree | 482862ac9cf0d82a84a7f0453cd6e40388326487 /src/privsep.h | |
| parent | a926ee6d8f4eb2f04e01d72664893e3cb95fceca (diff) | |
| download | dhcpcd-cfcce96194b204bceb50fd7c7197387faed7fdaf.tar.xz | |
privsep: Log if the platform sandbox is unavailable or available
This is kinda important.
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 d8c3dc8a..260c3fda 100644 --- a/src/privsep.h +++ b/src/privsep.h @@ -174,7 +174,7 @@ TAILQ_HEAD(ps_process_head, ps_process); int ps_init(struct dhcpcd_ctx *); int ps_start(struct dhcpcd_ctx *); int ps_stop(struct dhcpcd_ctx *); -int ps_entersandbox(const char *); +int ps_entersandbox(const char *, const char **); int ps_mastersandbox(struct dhcpcd_ctx *); int ps_unrollmsg(struct msghdr *, struct ps_msghdr *, const void *, size_t); |
