From 80f43a829180bc0301fecb5dc4ddf6dd95348976 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 9 Oct 2018 20:48:31 -0400 Subject: driver: added 'chmod' command support. --- src/internal/ntux_driver_impl.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/internal') diff --git a/src/internal/ntux_driver_impl.h b/src/internal/ntux_driver_impl.h index e55fdb6..0ab0394 100644 --- a/src/internal/ntux_driver_impl.h +++ b/src/internal/ntux_driver_impl.h @@ -15,6 +15,7 @@ extern const struct argv_option ntux_default_options[]; extern const struct argv_option ntux_spawn_options[]; extern const struct argv_option ntux_strace_options[]; +extern const struct argv_option ntux_chmod_options[]; extern const struct _ntapi_vtbl * ntux_ntapi; #define ntapi ntux_ntapi @@ -25,6 +26,14 @@ enum app_tags { TAG_CMD, TAG_LOADER, TAG_LOGFILE, + TAG_VERBOSE, + TAG_SILENT, + TAG_RECURSIVE, + TAG_STRMODE, + TAG_REFMODE, + TAG_CHANGES, + TAG_ROOTED, + TAG_ROOTLESS, }; struct ntux_driver_ctx_impl { -- cgit v1.2.3