Re: [PATCH] ntsync: Set the permissions to be 0666

2025-02-19 Thread Greg Kroah-Hartman
On Tue, Feb 18, 2025 at 05:57:31PM -0600, Elizabeth Figura wrote: > On Friday, 14 February 2025 06:28:00 CST Mike Lothian wrote: > > This allows ntsync to be usuable by non-root processes out of the box > > > > Signed-off-by: Mike Lothian > > --- > > drivers/misc/ntsync.c | 1 + > > 1 file chang

Re: [PATCH] ntsync: Set the permissions to be 0666

2025-02-18 Thread Elizabeth Figura
On Friday, 14 February 2025 06:28:00 CST Mike Lothian wrote: > This allows ntsync to be usuable by non-root processes out of the box > > Signed-off-by: Mike Lothian > --- > drivers/misc/ntsync.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/misc/ntsync.c b/drivers/misc/ntsync

Re: [PATCH] ntsync: Set the permissions to be 0666

2025-02-15 Thread Elizabeth Figura
On Friday, 14 February 2025 07:06:20 CST Greg Kroah-Hartman wrote: > On Fri, Feb 14, 2025 at 12:28:00PM +, Mike Lothian wrote: > > This allows ntsync to be usuable by non-root processes out of the box > > Are you sure you need/want that? If so, why? How did existing testing > not ever catch

Re: [PATCH] ntsync: Set the permissions to be 0666

2025-02-15 Thread Elizabeth Figura
On Friday, 14 February 2025 12:45:39 CST Darrick J. Wong wrote: > On Fri, Feb 14, 2025 at 12:13:03PM -0600, Elizabeth Figura wrote: > > On Friday, 14 February 2025 07:06:20 CST Greg Kroah-Hartman wrote: > > > On Fri, Feb 14, 2025 at 12:28:00PM +, Mike Lothian wrote: > > > > This allows ntsync t

Re: [PATCH] ntsync: Set the permissions to be 0666

2025-02-15 Thread Elizabeth Figura
On Friday, 14 February 2025 19:03:33 CST Darrick J. Wong wrote: > On Fri, Feb 14, 2025 at 04:15:25PM -0600, Elizabeth Figura wrote: > > On Friday, 14 February 2025 12:45:39 CST Darrick J. Wong wrote: > > > On Fri, Feb 14, 2025 at 12:13:03PM -0600, Elizabeth Figura wrote: > > > > On Friday, 14 Febru

Re: [PATCH] ntsync: Set the permissions to be 0666

2025-02-14 Thread Greg Kroah-Hartman
On Fri, Feb 14, 2025 at 12:13:03PM -0600, Elizabeth Figura wrote: > On Friday, 14 February 2025 07:06:20 CST Greg Kroah-Hartman wrote: > > On Fri, Feb 14, 2025 at 12:28:00PM +, Mike Lothian wrote: > > > This allows ntsync to be usuable by non-root processes out of the box > > > > Are you sure

Re: [PATCH] ntsync: Set the permissions to be 0666

2025-02-14 Thread Darrick J. Wong
On Fri, Feb 14, 2025 at 04:15:25PM -0600, Elizabeth Figura wrote: > On Friday, 14 February 2025 12:45:39 CST Darrick J. Wong wrote: > > On Fri, Feb 14, 2025 at 12:13:03PM -0600, Elizabeth Figura wrote: > > > On Friday, 14 February 2025 07:06:20 CST Greg Kroah-Hartman wrote: > > > > On Fri, Feb 14,

Re: [PATCH] ntsync: Set the permissions to be 0666

2025-02-14 Thread Mike Lothian
On Fri, 14 Feb 2025, 18:45 Darrick J. Wong, wrote: > On Fri, Feb 14, 2025 at 12:13:03PM -0600, Elizabeth Figura wrote: > > On Friday, 14 February 2025 07:06:20 CST Greg Kroah-Hartman wrote: > > > On Fri, Feb 14, 2025 at 12:28:00PM +, Mike Lothian wrote: > > > > This allows ntsync to be usuabl

Re: [PATCH] ntsync: Set the permissions to be 0666

2025-02-14 Thread Darrick J. Wong
On Fri, Feb 14, 2025 at 12:13:03PM -0600, Elizabeth Figura wrote: > On Friday, 14 February 2025 07:06:20 CST Greg Kroah-Hartman wrote: > > On Fri, Feb 14, 2025 at 12:28:00PM +, Mike Lothian wrote: > > > This allows ntsync to be usuable by non-root processes out of the box > > > > Are you sure

Re: [PATCH] ntsync: Set the permissions to be 0666

2025-02-14 Thread Greg Kroah-Hartman
On Fri, Feb 14, 2025 at 12:28:00PM +, Mike Lothian wrote: > This allows ntsync to be usuable by non-root processes out of the box Are you sure you need/want that? If so, why? How did existing testing not ever catch this? thanks, greg k-h

[PATCH] ntsync: Set the permissions to be 0666

2025-02-14 Thread Mike Lothian
This allows ntsync to be usuable by non-root processes out of the box Signed-off-by: Mike Lothian --- drivers/misc/ntsync.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/misc/ntsync.c b/drivers/misc/ntsync.c index 055395cde42b..586b86243e1d 100644 --- a/drivers/misc/ntsync.c +++ b/