Searched defs:filestat (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/
H A Dsvr-authpubkey.c313 struct stat filestat; local
318 if (stat(filename, &filestat) != 0) {
323 if (filestat.st_uid != ses.authstate.pw->pw_uid
324 && filestat.st_uid != 0) {
329 if (filestat.st_mode & (S_IWGRP | S_IWOTH)) {

Completed in 75 milliseconds