Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
HDhardening59 echo security.bsd.see_other_gids=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
/freebsd-13-stable/sys/kern/
HDkern_prot.c1471 static int see_other_gids = 1; variable
1472 SYSCTL_INT(_security_bsd, OID_AUTO, see_other_gids, CTLFLAG_RW,
1473 &see_other_gids, 0,
1487 if (!see_other_gids) { in cr_canseeothergids()