https://bugzilla.kernel.org/show_bug.cgi?id=51811 Summary: POSIX now guarantees proper permissions for mkstemp Product: Documentation Version: unspecified Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: man-pages AssignedTo: documentation_man-pages@xxxxxxxxxxxxxxxxxxxx ReportedBy: fweimer@xxxxxxxxxx Regression: No POSIX 2008 says this: | The mkstemp() function shall create the file, and obtain a file descriptor for | it, as if by a call to: | | open(filename, O_RDWR|O_CREAT|O_EXCL, S_IRUSR|S_IWUSR) So the warning about permissions is probably obsolete by now. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html