summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMimi Zohar2009-02-04 15:07:02 +0100
committerJames Morris2009-02-05 23:05:33 +0100
commit1df9f0a73178718969ae47d813b8e7aab2cf073c (patch)
tree6bd3d8838858f0e93acd8f7969b7d0e5ce2bfb08 /MAINTAINERS
parentintegrity: IMA policy open (diff)
downloadkernel-qcow2-linux-1df9f0a73178718969ae47d813b8e7aab2cf073c.tar.gz
kernel-qcow2-linux-1df9f0a73178718969ae47d813b8e7aab2cf073c.tar.xz
kernel-qcow2-linux-1df9f0a73178718969ae47d813b8e7aab2cf073c.zip
Integrity: IMA file free imbalance
The number of calls to ima_path_check()/ima_file_free() should be balanced. An extra call to fput(), indicates the file could have been accessed without first being measured. Although f_count is incremented/decremented in places other than fget/fput, like fget_light/fput_light and get_file, the current task must already hold a file refcnt. The call to __fput() is delayed until the refcnt becomes 0, resulting in ima_file_free() flagging any changes. - add hook to increment opencount for IPC shared memory(SYSV), shmat files, and /dev/zero - moved NULL iint test in opencount_get() Signed-off-by: Mimi Zohar <zohar@us.ibm.com> Acked-by: Serge Hallyn <serue@us.ibm.com> Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions