PERFORCE change 53086 for review
Chris Vance
cvance at FreeBSD.org
Wed May 19 23:48:05 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=53086
Change 53086 by cvance at cvance_sony on 2004/05/19 16:47:52
On second thought, I should leave the thread argument in
the cap_check_cred function until I can figure out why it was
added in the first place.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/sys/kern/kern_cap.c#5 edit
.. //depot/projects/trustedbsd/sebsd/sys/sys/capability.h#4 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/sys/kern/kern_cap.c#5 (text+ko) ====
@@ -134,7 +134,8 @@
}
int
-cap_check_cred(struct ucred *cred, cap_value_t cap, int jailflags)
+cap_check_cred(struct ucred *cred, struct thread *td, cap_value_t cap,
+ int jailflags)
{
int error;
==== //depot/projects/trustedbsd/sebsd/sys/sys/capability.h#4 (text+ko) ====
@@ -195,7 +195,8 @@
struct ucred;
struct vnode;
-int cap_check_cred(struct ucred *, cap_value_t, int jailflag);
+int cap_check_cred(struct ucred *, struct thread *, cap_value_t,
+ int jailflag);
int cap_check(struct thread *, cap_value_t);
const char *capv_to_text(cap_value_t capv);
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list