Home | History | Annotate | Download | only in pppd

Lines Matching refs:check_prot

409 options_from_file(filename, must_exist, check_prot, priv)
412 int check_prot;
426 if (check_prot && seteuid(getuid()) == -1) {
432 if (check_prot && seteuid(euid) == -1)