HomeFreeBSD

capsicum_helpers: Add LOOKUP flag

Description

capsicum_helpers: Add LOOKUP flag

Add a helper routine for opening a directory that is restricted to being
used for opening relative files as stdio streams.

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.

Reviewed by: oshogbo@
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D8743

Details

Provenance
cemAuthored on
Differential Revision
D8743: capsicum_helpers: Add LOOKUP flag
Parents
rS310134: MFC 309274:
Branches
Unknown
Tags
Unknown