diff options
author | Ron Yorston <rmy@pobox.com> | 2022-02-17 08:37:10 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2022-02-17 08:37:10 +0000 |
commit | 67d6d366161c04ec32f2b429a2441016dfd91f2a (patch) | |
tree | 0e58054a5d7f8ae38b027680a59e2365c38bc99e /arch | |
parent | 5ce146536f50341efd2496370af804bb348fa66e (diff) | |
download | busybox-w32-67d6d366161c04ec32f2b429a2441016dfd91f2a.tar.gz busybox-w32-67d6d366161c04ec32f2b429a2441016dfd91f2a.tar.bz2 busybox-w32-67d6d366161c04ec32f2b429a2441016dfd91f2a.zip |
win32: fake file ownership on FAT filesystems
busybox-w32 tries to display the ownership of files by comparing
the security identifier (SID) of the current user with that of the
file on disk. For filesystems that don't support SIDs this resulted
in files being listed as owned by root.
It appears that filesystems without support for file ownership
return a null SID. In such cases pretend the file belongs to the
current user.
GitHub issue #241.
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions