commit | 411b67b4b6a4dd1e0292a6a58dd753978179d173 | [log] [tgz] |
---|---|---|
author | Kostik Belousov <kostikbel@gmail.com> | Wed Sep 28 18:21:28 2005 +0300 |
committer | Chris Wright <chrisw@osdl.org> | Thu Sep 29 15:42:08 2005 -0700 |
tree | 7aa7d712198635b6dac0af3af265808241806bbb | |
parent | aa55a08687059aa169d10a313c41f238c2070488 [diff] |
[PATCH] readv/writev syscalls are not checked by lsm it seems that readv(2)/writev(2) syscalls do not call file_permission callback. Looks like this is overlook. I have filled the issue into redhat bugzilla as https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169433 and got the recommendation to post this on lsm mailing list. The following trivial patch solves the problem. Signed-off-by: Kostik Belousov <kostikbel@gmail.com> Signed-off-by: Chris Wright <chrisw@osdl.org>