musec / libpreopen

Library for wrapping libc functions that require ambient authority
84 stars 8 forks source link

Add po_set_libc_map() to libpreopen.h #15

Open Partmedia opened 2 years ago

Partmedia commented 2 years ago

Based on my understanding of libpreopen, it would seem that an application trying to use it via libc wrappers needs to have po_set_libc_map() exported in libpreopen.h.

If this is the desired way to go about this, I can submit a pull request.