configfs: Add permission and ownership to configfs objects.
configfs always made item and attribute ownership root.root and permissions based on a umask of 022. Add ->setattr() to allow chown(2)/chmod(2), and persist the changes for the lifetime of the items and attributes. Signed-off-by:Joel Becker <joel.becker@oracle.com> Signed-off-by:
Mark Fasheh <mark.fasheh@oracle.com>
Showing
- Documentation/filesystems/configfs/configfs_example.c 2 additions, 0 deletionsDocumentation/filesystems/configfs/configfs_example.c
- fs/configfs/configfs_internal.h 8 additions, 3 deletionsfs/configfs/configfs_internal.h
- fs/configfs/dir.c 26 additions, 10 deletionsfs/configfs/dir.c
- fs/configfs/file.c 10 additions, 9 deletionsfs/configfs/file.c
- fs/configfs/inode.c 108 additions, 9 deletionsfs/configfs/inode.c
- fs/configfs/mount.c 23 additions, 5 deletionsfs/configfs/mount.c
- fs/configfs/symlink.c 1 addition, 0 deletionsfs/configfs/symlink.c
- include/linux/configfs.h 1 addition, 1 deletioninclude/linux/configfs.h
Loading
Please register or sign in to comment