commit | b75b5086be6504132eadb22a907854e0bf52e365 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Dec 16 01:01:38 2009 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Dec 16 12:16:45 2009 -0500 |
tree | b9859bcb09d12bb2a1dcfd5c3cecf303c2c02d1b | |
parent | 6e6b1bd1e739faf4fa259fc0d8bfcadea2493222 [diff] |
Sanitize exec_permission_lite() Use the sucker in other places in pathname resolution that check MAY_EXEC for directories; lose the _lite from name, it's equivalent of full-blown inode_permission() for its callers (albeit still lighter, since large parts of generic_permission() do not apply for pure MAY_EXEC). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>