Searched refs:see_other_gids (Results 1 – 2 of 2) sorted by relevance
59 echo security.bsd.see_other_gids=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
1471 static int see_other_gids = 1; variable1472 SYSCTL_INT(_security_bsd, OID_AUTO, see_other_gids, CTLFLAG_RW,1473 &see_other_gids, 0,1487 if (!see_other_gids) { in cr_canseeothergids()