openSUSE / libpathrs

C-friendly API to make path resolution safer on Linux.
GNU Lesser General Public License v3.0
80 stars 6 forks source link

implement a "hardened" resolver backend #20

Open cyphar opened 4 years ago

cyphar commented 4 years ago

For hyper-concerned users we could implement a backend that actually uses pivot_root and then does the path resolution like that. It would be a bit ugly (and possibly somewhat slow) but it could be pretty cool and would allow for more hardened setups to opt-in to even more security features.