diff options
author | Ed Maste <emaste@FreeBSD.org> | 2025-04-09 14:48:56 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2025-04-09 19:45:50 +0000 |
commit | 9792a032f0a99557271d6b7f7b0a955386c1fdbe (patch) | |
tree | fffe2fb734d6754ae63284d06db6bef8bb091a84 /sandbox-solaris.c | |
parent | de47678f9822eb19289056cce942a43a29e28c06 (diff) |
Diffstat (limited to 'sandbox-solaris.c')
-rw-r--r-- | sandbox-solaris.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sandbox-solaris.c b/sandbox-solaris.c index 56ddb9a9942a..0b88c71245c1 100644 --- a/sandbox-solaris.c +++ b/sandbox-solaris.c @@ -97,18 +97,4 @@ ssh_sandbox_child(struct ssh_sandbox *box) fatal("setppriv: %s", strerror(errno)); } -void -ssh_sandbox_parent_finish(struct ssh_sandbox *box) -{ - priv_freeset(box->pset); - box->pset = NULL; - free(box); -} - -void -ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) -{ - /* Nothing to do here */ -} - #endif /* SANDBOX_SOLARIS */ |