Add a helper routine for opening a directory that is restricted to being
used for opening relative files as stdio streams.
Details
Details
- Reviewers
emaste allanjude oshogbo - Commits
- rS310135: capsicum_helpers: Add LOOKUP flag
I think this will really help basic adaptation of multi-file programs to
Capsicum. Rather than having each program initialize a rights object and
ioctl/fcntl arrays for their root fd for relative opens, consolidate in the
logical place.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable