git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a991304
)
[PATCH] aio syscalls are not checked by lsm
author
Kostik Belousov
<konstantin.belousov@zoral.com.ua>
Sun, 23 Oct 2005 19:57:13 +0000
(12:57 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 23 Oct 2005 23:38:38 +0000
(16:38 -0700)
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>
fs/aio.c
patch
|
blob
|
history
diff --cc
fs/aio.c
Simple merge