Check-in Number:
|
5036 | |
Date: |
2005-Mar-04 17:34:42 (local)
2005-Mar-04 16:34:42 (UTC) |
User: | rse |
Branch: | |
Comment: |
allow at least access without reading |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/path/path_temp.c 1.3 -> 1.4
--- path_temp.c 2003/02/16 11:39:23 1.3
+++ path_temp.c 2005/03/04 16:34:42 1.4
@@ -152,7 +152,7 @@
return PATH_ERR_SYS;
}
else if (id == PATH_TEMP_DIR) {
- if (mkdir(path, 0700) == 0) {
+ if (mkdir(path, 0711) == 0) {
rc = PATH_OK;
break;
}
|
|