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:
db2e747
)
[PATCH] permission checks for chdir need special treatment only on the last step
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 16 Jul 2008 13:51:03 +0000
(09:51 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 27 Jul 2008 00:53:19 +0000
(20:53 -0400)
... so we ought to pass MAY_CHDIR to vfs_permission() instead of having
it triggered on every step of preceding pathname resolution. LOOKUP_CHDIR
is killed by that.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found