diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2008-02-13 14:50:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2008-02-13 14:50:52 +0000 |
commit | 1fade25aa77465c09e8c40896b78c15a89b5bd84 (patch) | |
tree | ecd1c1b353a752e9dfedd8d6faa86c2f51b15eb2 /usr.bin | |
parent | 3c8792186afbd1eaf231282df06c176271789239 (diff) |
Rework the fix in 1.20. The original fix causes problems for systrace
policies since mkdir(2) will be called for each directory in the path,
even things like / or /usr. We now use a hybrid approach uses stat(2)
until either we find something missing or we reach that last component.
Then we switch to calling mkdir(). Tested by bernd@ and chl@
Diffstat (limited to 'usr.bin')
0 files changed, 0 insertions, 0 deletions