Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdinstall/scripts/
H A Dhardening66 echo security.bsd.see_other_gids=0 >> $BSDINSTALL_TMPETC/sysctl.conf.hardening
/freebsd/sys/kern/
H A Dkern_prot.c1830 static int see_other_gids = 1; variable
1831 SYSCTL_INT(_security_bsd, OID_AUTO, see_other_gids, CTLFLAG_RW,
1832 &see_other_gids, 0,
1846 if (!see_other_gids) { in cr_canseeothergids()