[5048] in Moira

home help back first fref pref prev next nref lref last post

unacl'ing some filesys queries

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Tue Apr 3 12:11:51 2007

Message-Id: <200704031610.l33GAiYH009675@brad-majors.mit.edu>
To: moiradev@MIT.EDU
Date: Tue, 03 Apr 2007 12:10:44 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>

This patch (and corresponding changes to 3 rows in the capacls table)
will make the queries get_filesys_by_label, get_quota_by_filesys, and
get_nfs_quota (the three things we currently let people run on
filesystems they "own") be run by any user, as requested by OLC
recently.

Garry

Index: queries2.c
===================================================================
RCS file: /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/server/queries2.c,v
retrieving revision 2.101
diff -u -r2.101 queries2.c
--- queries2.c	22 Aug 2005 22:26:26 -0000	2.101
+++ queries2.c	3 Apr 2007 16:00:38 -0000
@@ -2457,7 +2457,7 @@
   0,
   0,
   0,
-  access_filesys,
+  0,
   0,
   followup_fix_modby,
 };
@@ -2764,7 +2764,7 @@
   0,
   0,
   0,
-  access_filesys,
+  0,
   0,
   followup_gqot,
 };
@@ -2829,7 +2829,7 @@
   0,
   0,
   0,
-  access_filesys,
+  0,
   0,
   followup_gqot,
 };

home help back first fref pref prev next nref lref last post