Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dtftp.c325 else if ((daemon->options & OPT_TFTP_SECURE) && uid != statbuf.st_uid) in check_tftp_fileperm()
Ddnsmasq.h188 #define OPT_TFTP_SECURE (1u<<26) macro
Ddnsmasq.c535 daemon->options & OPT_TFTP_SECURE ? _("secure mode") : ""); in main()
Doption.c308 …{ LOPT_SECURE, OPT_TFTP_SECURE, NULL, gettext_noop("Allow access only to files owned by the user r…