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-bpf.c | |
| 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-bpf.c')
| -rw-r--r-- | src/privsep-bpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/privsep-bpf.c b/src/privsep-bpf.c index 9009083e..6607267a 100644 --- a/src/privsep-bpf.c +++ b/src/privsep-bpf.c @@ -240,7 +240,7 @@ ps_bpf_cmd(struct dhcpcd_ctx *ctx, struct ps_msghdr *psm, struct msghdr *msg) ps_freeprocess(psp); return -1; case 0: - ps_entersandbox("stdio"); + ps_entersandbox("stdio", NULL); break; default: #ifdef PRIVSEP_DEBUG |
