Thread (1 message) 1 message, 1 author, 2011-05-03

Re: [RFC v3 01/10] lsm: add security_socket_closed()

From: Samir Bellabes <hidden>
Date: 2011-05-03 15:41:49
Also in: lkml, netfilter-devel

Tetsuo Handa [off-list ref] writes:
Samir Bellabes wrote:
quoted
Allow a module to update security informations when a socket is closed.
Is security_inode_free() too late for doing it?

static void ccs_inode_free_security(struct inode *inode)
{
        if (inode->i_sb && inode->i_sb->s_magic == SOCKFS_MAGIC)
                ccs_update_socket_tag(inode, 0);
}
I don't think it's too late.
But in sock_close() we are sure to deal with a inode which is a socket.

In ccs_inode_free_security(), we need to add small to check if the inode
is a socket or something else.

sam
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help