summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds2012-07-07 19:17:00 +0200
committerLinus Torvalds2012-07-08 02:19:02 +0200
commit332a2e1244bd08b9e3ecd378028513396a004a24 (patch)
tree7524ffece22d3a7db3555d1df2e1d1d9370da9dd /drivers
parentMerge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm (diff)
downloadkernel-qcow2-linux-332a2e1244bd08b9e3ecd378028513396a004a24.tar.gz
kernel-qcow2-linux-332a2e1244bd08b9e3ecd378028513396a004a24.tar.xz
kernel-qcow2-linux-332a2e1244bd08b9e3ecd378028513396a004a24.zip
vfs: make O_PATH file descriptors usable for 'fchdir()'
We already use them for openat() and friends, but fchdir() also wants to be able to use O_PATH file descriptors. This should make it comparable to the O_SEARCH of Solaris. In particular, O_PATH allows you to access (not-quite-open) a directory you don't have read persmission to, only execute permission. Noticed during development of multithread support for ksh93. Reported-by: ольга крыжановская <olga.kryzhanovska@gmail.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: stable@kernel.org # O_PATH introduced in 3.0+ Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions