From e50240012b56272abfd1ce2c873dc99e7a89631b Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 6 Jun 2024 21:52:55 +0000 Subject: driver: implemented and integrated the -L (follow symlink items) cmdline option. --- src/driver/tpax_driver_ctx.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/driver/tpax_driver_ctx.c') diff --git a/src/driver/tpax_driver_ctx.c b/src/driver/tpax_driver_ctx.c index 71b4656..97eb776 100644 --- a/src/driver/tpax_driver_ctx.c +++ b/src/driver/tpax_driver_ctx.c @@ -534,6 +534,11 @@ int tpax_lib_get_driver_ctx( cctx.drvflags |= TPAX_DRIVER_PAX_SYMLINK_ARGS; break; + case TAG_PAX_SYMLINK_ITEMS: + cctx.drvflags |= TPAX_DRIVER_PAX_SYMLINK_ARGS; + cctx.drvflags |= TPAX_DRIVER_PAX_SYMLINK_ITEMS; + break; + case TAG_STRICT_PATH: cctx.drvflags |= TPAX_DRIVER_STRICT_PATH_INPUT; break; -- cgit v1.2.3