Commit fa2e5581 authored by Mike Lothian's avatar Mike Lothian Committed by Greg Kroah-Hartman
Browse files

ntsync: Set the permissions to be 0666



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

Signed-off-by: default avatarMike Lothian <mike@fireburn.co.uk>
Reviewed-by: default avatarElizabeth Figura <zfigura@codeweavers.com>
Link: https://lore.kernel.org/r/20250214122759.2629-2-mike@fireburn.co.uk


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fdb1ada5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1208,6 +1208,7 @@ static struct miscdevice ntsync_misc = {
	.minor		= MISC_DYNAMIC_MINOR,
	.name		= NTSYNC_NAME,
	.fops		= &ntsync_fops,
	.mode		= 0666,
};

module_misc_device(ntsync_misc);