Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759647AbYLQJdH (ORCPT ); Wed, 17 Dec 2008 04:33:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751748AbYLQJcz (ORCPT ); Wed, 17 Dec 2008 04:32:55 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:51150 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750992AbYLQJcy (ORCPT ); Wed, 17 Dec 2008 04:32:54 -0500 Date: Wed, 17 Dec 2008 09:32:45 +0000 From: Al Viro To: James Morris Cc: Al Viro , linux-audit@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/15] sanitize audit_ipc_obj() Message-ID: <20081217093245.GC28946@ZenIV.linux.org.uk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 17, 2008 at 06:24:40PM +1100, James Morris wrote: > On Wed, 17 Dec 2008, Al Viro wrote: > > > + struct { > > + uid_t uid; > > + gid_t gid; > > + mode_t mode; > > + u32 osid; > > + } ipc; > > 'osid' should be converted into 'secid' someday. Eh? Do you mean the field name there or the actual output? Either is trivial, of course, but the latter is up to userland folks and the former alone seems to be rather pointless... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/