Searched hist:ecd10aa42819cd5dcf639d25575e95a5bda8d08a (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/udf/ |
H A D | ialloc.c | diff ecd10aa42819cd5dcf639d25575e95a5bda8d08a Wed Feb 21 10:59:31 CST 2018 Jan Kara <jack@suse.cz> udf: Apply uid/gid mount options also to new inodes & chown
Currently newly created files belong to current user despite uid=<number> / gid=<number> mount options. This is confusing to users (as owner of the file will change after remount / eviction from cache) and also inconsistent with e.g. FAT with the same mount option. So apply uid=<number> and gid=<number> also to newly created inodes and similarly as FAT disallow to change owner of the file in this case.
Reported-by: Steve Kenton <skenton@ou.edu> Reviewed-by: Pali Rohár <pali.rohar@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>
|
H A D | file.c | diff ecd10aa42819cd5dcf639d25575e95a5bda8d08a Wed Feb 21 10:59:31 CST 2018 Jan Kara <jack@suse.cz> udf: Apply uid/gid mount options also to new inodes & chown
Currently newly created files belong to current user despite uid=<number> / gid=<number> mount options. This is confusing to users (as owner of the file will change after remount / eviction from cache) and also inconsistent with e.g. FAT with the same mount option. So apply uid=<number> and gid=<number> also to newly created inodes and similarly as FAT disallow to change owner of the file in this case.
Reported-by: Steve Kenton <skenton@ou.edu> Reviewed-by: Pali Rohár <pali.rohar@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>
|