KEY_GRP_ALL
if (perm & ~(KEY_POS_ALL | KEY_USR_ALL | KEY_GRP_ALL | KEY_OTH_ALL))
if (gid_valid(key->gid) && key->perm & KEY_GRP_ALL) {