Details
Details
- Reviewers
emaste cem - Commits
- rS309887: Enable lookup_cap_dotdot and lookup_cap_dotdot_nonlocal.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/kern/vfs_lookup.c | ||
---|---|---|
168 ↗ | (On Diff #22796) | Should nonlocal lookup be allowed by default? |
Comment Actions
For local dotdot lookups in capsicum mode, I think it will be very easy to add some unit tests confirming correct behavior.
sys/kern/vfs_lookup.c | ||
---|---|---|
168 ↗ | (On Diff #22796) | I do not see why not, now, at least in head. I am not sure about the original considerations about covert interactions between two clients, and suspect that the client-side incoherence is needed to even try to achieve the escape. I propose to keep this simple at least in head, and turn the knob off if working scenario is actually proposed. |