mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
3b5c74387e
We have code to handle `statfs` calls in content processes by intercepting them and calling `open` and `fstatfs` instead; the former is then recursively intercepted and brokered. This patch moves that feature into the common policy, but does not allow `fstatfs` in any other sandbox types (yet; see next patch). This doesn't affect security because the caller could have attempted the `open` and `fstatfs` syscalls itself. Differential Revision: https://phabricator.services.mozilla.com/D157541 |
||
---|---|---|
.. | ||
certverifier | ||
ct | ||
mac/hardenedruntime | ||
manager | ||
nss | ||
rlbox | ||
sandbox | ||
.eslintrc.js | ||
generate_certdata.py | ||
generate_mapfile.py | ||
moz.build | ||
nss.symbols |