Grant full access to /proc/self on Linux for process substitution
Richard Feldman
created
Bash process substitution (e.g. <(command)) creates FIFOs under
/proc/self/fd/ that need write access. Change from fs_read() to fs_all()
so these FIFOs can be written to by the shell.