Home | History | Annotate | Download | only in openssh

Lines Matching refs:umask

309 	 * Set our umask to something reasonable, as some files are created
310 * with the default umask. This will make them world-readable but
314 umask(022);