summaryrefslogtreecommitdiff
path: root/sandbox-darwin.c
Commit message (Collapse)AuthorAgeFilesLines
* sandbox-darwin.c: fix missing prototypes.Ruben Kerkhof2020-01-211-1/+1
| | | | | Include the right header just like the other sandbox files. Fixes missing prototype warnings for ssh_sandbox_* functions.
* Add missing monitor.h include.Darren Tucker2016-12-161-0/+1
| | | | Fixes warning pointed out by Zev Weiss <zev at bewilderbeest.net>
* - (djm) [Makefile.in configure.ac sandbox-capsicum.c sandbox-darwin.c]Damien Miller2014-01-171-1/+1
| | | | | | | [sandbox-null.c sandbox-rlimit.c sandbox-seccomp-filter.c] [sandbox-systrace.c ssh-sandbox.h sshd.c] Support preauth sandboxing using the Capsicum API introduced in FreeBSD 10. Patch by Dag-Erling Smorgrav, updated by Loganaden Velvindron @ AfriNIC; ok dtucker@
* - (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox forDamien Miller2011-06-271-0/+98
Darwin/OS X using sandbox_init() + setrlimit(); feedback and testing markus@