From: Kostik Belousov Date: Wed, 28 Sep 2005 15:21:28 +0000 (+0300) Subject: [PATCH] readv/writev syscalls are not checked by lsm X-Git-Tag: v2.6.14-rc3~44^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=411b67b4b6a4dd1e0292a6a58dd753978179d173;p=pandora-kernel.git [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 Signed-off-by: Chris Wright --- Reading git-diff-tree failed