Opened 19 years ago
Closed 19 years ago
#50 closed defect (fixed)
libc: umask isn't inherited
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | high | Milestone: | libc-0.6.1 |
Component: | libc-backend | Version: | 0.6 |
Severity: | major | Keywords: | libc umask exec inherit |
Cc: |
Description
The last test in the 'equal' chmod testcase (coreutils) is apparently failing because of the child not inheriting the umask of the shell.
Note:
See TracTickets
for help on using tickets.
Implemented umask inhertiance. The testcase works.