From de8f1c50cdd48b3f06226de300e9d2cfb440f484 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 13 May 2020 03:51:57 +0000 Subject: driver: chmod: added --owner and --group support. --- include/ntux/ntux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ntux') diff --git a/include/ntux/ntux.h b/include/ntux/ntux.h index 9c0c373..3e9782e 100644 --- a/include/ntux/ntux.h +++ b/include/ntux/ntux.h @@ -105,6 +105,8 @@ struct ntux_common_ctx { const char * logfile; const char * refmode; const char * strmode; + const char * owner; + const char * group; uint32_t sysmask[16]; uint32_t dbgmask[16]; uint32_t osmask [32]; -- cgit v1.2.3