ntsync: Set the permissions to be 0666

This allows ntsync to be usuable by non-root processes out of the box

Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
Reviewed-by: Elizabeth Figura <zfigura@codeweavers.com>
Link: https://lore.kernel.org/r/20250214122759.2629-2-mike@fireburn.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by Mike Lothian and committed by Greg Kroah-Hartman fa2e5581 fdb1ada5

+1
+1
drivers/misc/ntsync.c
··· 1208 1208 .minor = MISC_DYNAMIC_MINOR, 1209 1209 .name = NTSYNC_NAME, 1210 1210 .fops = &ntsync_fops, 1211 + .mode = 0666, 1211 1212 }; 1212 1213 1213 1214 module_misc_device(ntsync_misc);