Home
last modified time | relevance | path

Searched refs:parent_st (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dsafe_open.c158 struct stat parent_st; in safe_open_exist() local
161 parent_ok = (stat(parent_path, &parent_st) == 0 /* not lstat */ in safe_open_exist()
162 && parent_st.st_uid == 0 in safe_open_exist()
163 && (parent_st.st_mode & (S_IWGRP | S_IWOTH)) == 0); in safe_open_exist()