Searched hist:e57ac68378a287d6336d187b26971f35f7ee7251 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | fuse_i.h | diff e57ac68378a287d6336d187b26971f35f7ee7251 Thu Oct 18 05:06:58 CDT 2007 Miklos Szeredi <mszeredi@suse.cz> fuse: fix allowing operations
The following operation didn't check if sending the request was allowed:
setattr listxattr statfs
Some other operations don't explicitly do the check, but VFS calls ->permission() which checks this.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | inode.c | diff e57ac68378a287d6336d187b26971f35f7ee7251 Thu Oct 18 05:06:58 CDT 2007 Miklos Szeredi <mszeredi@suse.cz> fuse: fix allowing operations
The following operation didn't check if sending the request was allowed:
setattr listxattr statfs
Some other operations don't explicitly do the check, but VFS calls ->permission() which checks this.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | dir.c | diff e57ac68378a287d6336d187b26971f35f7ee7251 Thu Oct 18 05:06:58 CDT 2007 Miklos Szeredi <mszeredi@suse.cz> fuse: fix allowing operations
The following operation didn't check if sending the request was allowed:
setattr listxattr statfs
Some other operations don't explicitly do the check, but VFS calls ->permission() which checks this.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|