aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-03-01 08:55:29 +0000
committerRon Yorston <rmy@pobox.com>2019-03-01 08:55:29 +0000
commit065ac35f8a9fb1470df67b67128559fd7e748a5e (patch)
tree8bc489f36405d25a98326bd13b0ba6614563ca7d /Config.in
parent0b0b57cee0aa454d1e91cac5f8af7ec3cc48c47c (diff)
downloadbusybox-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.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index cd0cab412..2b4b81515 100644
--- a/Config.in
+++ b/Config.in
@@ -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
468config 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
468comment 'Build Options' 476comment 'Build Options'
469 477
470config STATIC 478config STATIC