Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe-x86
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe-x86
  • Repository
Switch branch/tag
  • ipipe-x86
  • fs
  • fuse
  • inode.c
Find file BlameHistoryPermalink
  • Miklos Szeredi's avatar
    fuse: fix allowing operations · e57ac683
    Miklos Szeredi authored Oct 18, 2007
    
    
    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: default avatarMiklos Szeredi <mszeredi@suse.cz>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    e57ac683

Imprint & Privacy Policy