#63 closed defect (fixed)
chdir() does not honor execute permissions
Reported by: | Joel Sherrill | Owned by: | Jennifer Averett |
---|---|---|---|
Priority: | lowest | Milestone: | 2 |
Component: | fs | Version: | 4.5 |
Severity: | normal | Keywords: | |
Cc: | bugs@…, joel.sherrill@… | Blocked By: | |
Blocking: |
Description
From Ibragimov Ilya <ibr@…>:
I think, that chdir() works incorrectly from the point of
permmissions. It seems that one should have "exec" permissions
to change to the directory.
It calls
result = rtems_filesystem_evaluate_path( pathname, 0, &loc, TRUE );
|
flags
Release:
CVS and probably RTEMS-4.5
Environment:
NA
Attachments (1)
Change History (2)
comment:1 Changed on 11/07/01 at 23:01:05 by Joel Sherrill
Status: | assigned → closed |
---|
Note: See
TracTickets for help on using
tickets.
State-Changed-From-To: working->closed
State-Changed-Why: The attached patch has been committed to the CVS trunk