[Pvfs2-cvs] commit by dbonnie in pvfs2/src/common/security: pint-security.h

CVS commit program cvs at parl.clemson.edu
Fri Jun 13 15:49:57 EDT 2008


Update of /anoncvs/pvfs2/src/common/security
In directory parlweb1:/tmp/cvs-serv17583/src/common/security

Modified Files:
      Tag: cu-security-branch
	pint-security.h 
Log Message:
Updated security checking in state machines.  Added flags where needed.


Index: pint-security.h
===================================================================
RCS file: /anoncvs/pvfs2/src/common/security/Attic/pint-security.h,v
diff -p -u -r1.1.2.14 -r1.1.2.15
--- pint-security.h	12 Jun 2008 23:51:57 -0000	1.1.2.14
+++ pint-security.h	13 Jun 2008 19:49:56 -0000	1.1.2.15
@@ -16,6 +16,8 @@
 #define PINT_CAP_READ    (1 << 2)
 #define PINT_CAP_SETATTR (1 << 3)
 #define PINT_CAP_CREATE  (1 << 4)
+#define PINT_CAP_ADMIN   (1 << 5)
+#define PINT_CAP_REMOVE  (1 << 6)
 
 
 typedef unsigned char *PVFS_sig;



More information about the Pvfs2-cvs mailing list