diff options
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archival/Config.in b/archival/Config.in index c99896b47..deacc2822 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -289,6 +289,14 @@ config FEATURE_TAR_NOPRESERVE_TIME | |||
289 | With this option busybox supports GNU tar -m | 289 | With this option busybox supports GNU tar -m |
290 | (do not preserve time) option. | 290 | (do not preserve time) option. |
291 | 291 | ||
292 | config FEATURE_TAR_SELINUX | ||
293 | bool "Support for extracting SELinux labels" | ||
294 | default n | ||
295 | depends on TAR && SELINUX | ||
296 | help | ||
297 | With this option busybox supports restoring SELinux labels | ||
298 | when extracting files from tar archives. | ||
299 | |||
292 | config UNCOMPRESS | 300 | config UNCOMPRESS |
293 | bool "uncompress" | 301 | bool "uncompress" |
294 | default n | 302 | default n |