rpms/catalyst-kmod/devel fix_proc_perms.patch,NONE,1.1

Leigh Scott leigh123linux at rpmfusion.org
Wed Aug 7 17:18:38 CEST 2013


Author: leigh123linux

Update of /cvs/nonfree/rpms/catalyst-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26115

Added Files:
	fix_proc_perms.patch 
Log Message:
* Wed Aug 07 2013 Leigh Scott <leigh123linux at googlemail.com> - 13.8-0.2.beta1
- fix proc perms


fix_proc_perms.patch:
 firegl_public.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE fix_proc_perms.patch ---
--- lib/modules/fglrx/build_mod/firegl_public.c 2013-07-29 18:54:07.000000000 +0300
+++ lib/modules/fglrx/build_mod/firegl_public.c 2013-08-07 11:43:54.465936476 +0300
@@ -821,7 +821,7 @@
     KCL_DEBUG1(FN_FIREGL_PROC, "minor %d, proc_list 0x%08lx\n", minor, (unsigned long)proc_list);
     if (!minor)
     {
-        root = KCL_create_proc_dir(NULL, "ati", S_IFDIR);
+        root = KCL_create_proc_dir(NULL, "ati", S_IFDIR|S_IRUGO|S_IXUGO);
     }
 
     if (!root)


More information about the rpmfusion-commits mailing list