Differences From Artifact [fe7e6328bd]:
- File appfsd.c — part of check-in [e9fcc6d8f5] at 2015-03-19 16:09:20 on branch trunk — Allow administrators to provide additional/replaced permissions for files, fixed suidRoot setting (user: rkeene, size: 52838) [annotate] [blame] [check-ins using]
To Artifact [6a6fdd4f92]:
- File appfsd.c — part of check-in [01c5bfc689] at 2015-03-20 01:50:01 on branch trunk — Updated to set umask on startup (user: rkeene, size: 52887) [annotate] [blame] [check-ins using]
︙ | |||
2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 | 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 | + + + + + | } argv0 = argv[0]; argc--; argv++; /* * Set appropriate umask */ umask(022); /* * Set global variables, these should be configuration options. */ appfs_cachedir = APPFS_CACHEDIR; /* * Set global variable for "boot time" to set a time on directories |
︙ |