diff options
author | Ron Yorston <rmy@pobox.com> | 2019-03-01 08:55:29 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-03-01 08:55:29 +0000 |
commit | 065ac35f8a9fb1470df67b67128559fd7e748a5e (patch) | |
tree | 8bc489f36405d25a98326bd13b0ba6614563ca7d /Config.in | |
parent | 0b0b57cee0aa454d1e91cac5f8af7ec3cc48c47c (diff) | |
download | busybox-w32-065ac35f8a9fb1470df67b67128559fd7e748a5e.tar.gz busybox-w32-065ac35f8a9fb1470df67b67128559fd7e748a5e.tar.bz2 busybox-w32-065ac35f8a9fb1470df67b67128559fd7e748a5e.zip |
win32: make stat(2) try to identify the owner of files
Extend stat(2) so it tries to determine whether a file belongs to
the current user or not. If not it's said to belong to root.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -465,6 +465,14 @@ config FEATURE_EXTRA_FILE_DATA | |||
465 | permits extra features such as warning of attempts to copy a file | 465 | permits extra features such as warning of attempts to copy a file |
466 | onto itself or to store a tar archive in itself. | 466 | onto itself or to store a tar archive in itself. |
467 | 467 | ||
468 | config FEATURE_IDENTIFY_OWNER | ||
469 | bool "Check whether files belong to current user (0.6 kb)" | ||
470 | default y | ||
471 | depends on FEATURE_EXTRA_FILE_DATA | ||
472 | help | ||
473 | Try to determine if files belong to the current user. If they don't | ||
474 | they're listed as belonging to root. | ||
475 | |||
468 | comment 'Build Options' | 476 | comment 'Build Options' |
469 | 477 | ||
470 | config STATIC | 478 | config STATIC |