summaryrefslogtreecommitdiffhomepage
path: root/src/driver/ntux_driver_ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/ntux_driver_ctx.c')
-rw-r--r--src/driver/ntux_driver_ctx.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/driver/ntux_driver_ctx.c b/src/driver/ntux_driver_ctx.c
index 8445b3e..efb1c37 100644
--- a/src/driver/ntux_driver_ctx.c
+++ b/src/driver/ntux_driver_ctx.c
@@ -232,6 +232,14 @@ static int ntux_cctx_update(
cctx->drvflags |= NTUX_DRIVER_CHANGES;
break;
+ case TAG_OWNER:
+ cctx->owner = entry->arg;
+ break;
+
+ case TAG_GROUP:
+ cctx->group = entry->arg;
+ break;
+
case TAG_ROOTED:
cctx->drvflags &= ~(uint64_t)NTUX_DRIVER_ROOTLESS;
cctx->drvflags |= NTUX_DRIVER_ROOTED;