https://github.com/torvalds/linux
Revision 8766ce41018a0cb80fbe0ce7dbf747f357c752da authored by Kostik Belousov on 23 October 2005, 19:57:13 UTC, committed by Linus Torvalds on 23 October 2005, 23:38:38 UTC
Another case of missing call to security_file_permission: aio functions
(namely, io_submit) does not check credentials with security modules.

Below is the simple patch to the problem.  It seems that it is enough to
check for rights at the request submission time.

Signed-off-by: Kostik Belousov <kostikbel@gmail.com>
Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent a991304
History
Tip revision: 8766ce41018a0cb80fbe0ce7dbf747f357c752da authored by Kostik Belousov on 23 October 2005, 19:57:13 UTC
[PATCH] aio syscalls are not checked by lsm
Tip revision: 8766ce4
File Mode Size
Documentation
arch
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.1 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 59.6 KB
Makefile -rw-r--r-- 42.5 KB
README -rw-r--r-- 14.4 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top