diff options
author | Eric Paris <eparis@redhat.com> | 2009-12-04 21:47:52 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-12-16 18:16:46 +0100 |
commit | 9353384ec8128cb443463016bbabb44ca857ff52 (patch) | |
tree | 411ff22e85868aea1575d8b133187def3b0e0498 /security/Makefile | |
parent | ima: valid return code from ima_inode_alloc (diff) | |
download | linux-9353384ec8128cb443463016bbabb44ca857ff52.tar.xz linux-9353384ec8128cb443463016bbabb44ca857ff52.zip |
ima: only insert at inode creation time
iints are supposed to be allocated when an inode is allocated (during
security_inode_alloc()) But we have code which will attempt to allocate
an iint during measurement calls. If we couldn't allocate the iint and we
cared, we should have died during security_inode_alloc(). Not make the
code more complex and less efficient.
Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'security/Makefile')
0 files changed, 0 insertions, 0 deletions