Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_conf.c456 const mode_t filemode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in zed_conf_write_pid() local
494 zcp->pid_fd = open(zcp->pid_file, (O_RDWR | O_CREAT), filemode); in zed_conf_write_pid()