Re: [PATCH] drm: remove root requirement from DRM_IOCTL_SET_VERSION

2009-07-03 Thread Kristian Høgsberg
On Fri, Jul 3, 2009 at 5:47 AM, Daniel Stone wrote: > On Wed, Jul 01, 2009 at 09:39:17PM -0400, Kristian Høgsberg wrote: >> If we want to do better (and if we care about security enhanced X in a >> [... snipped for brevity ...] >> session server is a client of a system display server.  Which is why

Re: [PATCH] drm: remove root requirement from DRM_IOCTL_SET_VERSION

2009-07-03 Thread Daniel Stone
On Wed, Jul 01, 2009 at 09:39:17PM -0400, Kristian Høgsberg wrote: > If we want to do better (and if we care about security enhanced X in a > [... snipped for brevity ...] > session server is a client of a system display server. Which is why ... ? :) Cheers, Daniel signature.asc Description: D

Re: [PATCH] drm: remove root requirement from DRM_IOCTL_SET_VERSION

2009-07-01 Thread Kristian Høgsberg
On Wed, Jul 1, 2009 at 12:55 PM, Jesse Barnes wrote: > On Tue, 30 Jun 2009 23:43:19 -0700 > Eric Anholt wrote: > >> On Mon, 2009-06-29 at 16:52 -0700, Jesse Barnes wrote: >> > Just a DRM_MASTER flag is sufficient here, though maybe this call is >> > totally deprecated anyway (xf86-video-intel stil

Re: [PATCH] drm: remove root requirement from DRM_IOCTL_SET_VERSION

2009-07-01 Thread Eric Anholt
On Wed, 2009-07-01 at 09:55 -0700, Jesse Barnes wrote: > On Tue, 30 Jun 2009 23:43:19 -0700 > Eric Anholt wrote: > > > On Mon, 2009-06-29 at 16:52 -0700, Jesse Barnes wrote: > > > Just a DRM_MASTER flag is sufficient here, though maybe this call is > > > totally deprecated anyway (xf86-video-inte

Re: [PATCH] drm: remove root requirement from DRM_IOCTL_SET_VERSION

2009-07-01 Thread Jesse Barnes
On Tue, 30 Jun 2009 23:43:19 -0700 Eric Anholt wrote: > On Mon, 2009-06-29 at 16:52 -0700, Jesse Barnes wrote: > > Just a DRM_MASTER flag is sufficient here, though maybe this call is > > totally deprecated anyway (xf86-video-intel still calls it though). > > > > Signed-off-by: Jesse Barnes > A

Re: [PATCH] drm: remove root requirement from DRM_IOCTL_SET_VERSION

2009-06-30 Thread Eric Anholt
On Mon, 2009-06-29 at 16:52 -0700, Jesse Barnes wrote: > Just a DRM_MASTER flag is sufficient here, though maybe this call is > totally deprecated anyway (xf86-video-intel still calls it though). > > Signed-off-by: Jesse Barnes Acked-by: Eric Anholt -- Eric Anholt e...@anholt.net

[PATCH] drm: remove root requirement from DRM_IOCTL_SET_VERSION

2009-06-29 Thread Jesse Barnes
Just a DRM_MASTER flag is sufficient here, though maybe this call is totally deprecated anyway (xf86-video-intel still calls it though). Signed-off-by: Jesse Barnes diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c index b39d7bf..d0a70bd 100644 --- a/drivers/gpu/drm/drm_drv.c ++