Messages in this thread |  | | | Subject | Re: [RFC v3 01/10] lsm: add security_socket_closed() | | From | Tetsuo Handa <> | | Date | Wed, 4 May 2011 00:29:29 +0900 |
| |
Samir Bellabes wrote: > 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); }
|  |