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 <[EMAIL PROTECTED]> > Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]>
Acked-by: James Morris <[EMAIL PROTECTED]> -- James Morris <[EMAIL PROTECTED]> -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
