From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Morris Subject: Re: [PATCH 3/9] Audit: use new LSM hooks instead of SELinux exports Date: Tue, 4 Mar 2008 08:19:37 +1100 (EST) Message-ID: References: <20080301194752.GA19636@ubuntu> <20080301195438.GD19636@ubuntu> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: In-Reply-To: <20080301195438.GD19636@ubuntu> Sender: linux-security-module-owner@vger.kernel.org To: "Ahmed S. Darwish" Cc: Chris Wright , Stephen Smalley , Eric Paris , Casey Schaufler , David Woodhouse , Paul Moore , Andrew Morton , LKML , Audit-ML , LSM-ML List-Id: linux-audit@redhat.com On Sat, 1 Mar 2008, Ahmed S. Darwish wrote: > Stop using 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) > kfree(ctx) > > and use following generic LSM equivalents respectively: > security_inode_getsecid(inode, secid) > security_ipc_getsecid*(ipcp, secid) > security_task_getsecid(tsk, secid) > security_sid_to_secctx(sid, ctx, len) > security_release_secctx(ctx, len) > > Call security_release_secctx only if security_secid_to_secctx > succeeded. > > Signed-off-by: Casey Schaufler > Signed-off-by: Ahmed S. Darwish Acked-by: James Morris -- James Morris