mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00
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>
This commit is contained in:
parent
fdb1ada57c
commit
fa2e55811a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue