[PATCH v3 0/1] fuse: Send file/inode security context during creation
Vivek Goyal
vgoyal at redhat.com
Wed Nov 10 22:55:27 UTC 2021
Hi,
This is V3 of the patch. V2 was posted here.
https://lore.kernel.org/linux-fsdevel/20210924192442.916927-1-vgoyal@redhat.com/
I took care of feedback from Miklos. Changes since v2 are.
- Merged two patches into one. (Miklos)
- Renamed fuse_secctxs to fuse_secctx_header (Miklos)
- Added total size of all contexts (including fuse_secctx_header) field
in fuse_secctx_header. (Miklos)
- Fixed changelogs (Casey Schaufler)
- Removed one unnecessary if condition check (Miklos)
- Removed a function argument to function create_new_entry() (Miklos)
Thanks
Vivek
Vivek Goyal (1):
fuse: Send security context of inode on file creation
fs/fuse/dir.c | 103 ++++++++++++++++++++++++++++++++++++++
fs/fuse/fuse_i.h | 3 ++
fs/fuse/inode.c | 4 +-
include/uapi/linux/fuse.h | 31 +++++++++++-
4 files changed, 139 insertions(+), 2 deletions(-)
--
2.31.1
More information about the Linux-security-module-archive
mailing list