Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762672AbYCCVWc (ORCPT ); Mon, 3 Mar 2008 16:22:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762747AbYCCVVs (ORCPT ); Mon, 3 Mar 2008 16:21:48 -0500 Received: from namei.org ([69.55.235.186]:42106 "EHLO us.intercode.com.au" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1763132AbYCCVVq (ORCPT ); Mon, 3 Mar 2008 16:21:46 -0500 Date: Tue, 4 Mar 2008 08:20:08 +1100 (EST) From: James Morris X-X-Sender: jmorris@us.intercode.com.au To: "Ahmed S. Darwish" cc: Chris Wright , Stephen Smalley , Eric Paris , Casey Schaufler , David Woodhouse , Paul Moore , Andrew Morton , LKML , Audit-ML , LSM-ML Subject: Re: [PATCH 5/9] SELinux: remove redundant exports In-Reply-To: <20080301195832.GF19636@ubuntu> Message-ID: References: <20080301194752.GA19636@ubuntu> <20080301195832.GF19636@ubuntu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 936 Lines: 29 On Sat, 1 Mar 2008, Ahmed S. Darwish wrote: > Remove the following exported SELinux interfaces: > selinux_get_inode_sid(inode, sid) > selinux_get_ipc_sid(ipcp, sid) > selinux_get_task_sid(tsk, sid) > selinux_sid_to_string(sid, ctx, len) > > They can be substitued with the following generic equivalents > respectively: > new LSM hook, inode_getsecid(inode, secid) > new LSM hook, ipc_getsecid*(ipcp, secid) > LSM hook, task_getsecid(tsk, secid) > LSM hook, sid_to_secctx(sid, ctx, len) > > Signed-off-by: Casey Schaufler > Signed-off-by: Ahmed S. Darwish Acked-by: James Morris -- James Morris -- 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/