commit | 545a7260343bbaf11c7f1a4b8c3d9660bb9266e5 | [log] [tgz] |
---|---|---|
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | Tue Oct 11 14:06:41 2011 +0900 |
committer | James Morris <jmorris@namei.org> | Wed Oct 12 12:15:20 2011 +1100 |
tree | 47f07960ef637b6475061575e7ae2fa7a4732a78 | |
parent | e2b8b25a6795488eba7bb757706b3ac725c31fac [diff] |
TOMOYO: Fix quota and garbage collector. Commit 059d84db "TOMOYO: Add socket operation restriction support" and commit 731d37aa "TOMOYO: Allow domain transition without execve()." forgot to update tomoyo_domain_quota_is_ok() and tomoyo_del_acl() which results in incorrect quota counting and memory leak. Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: James Morris <jmorris@namei.org>