PERFORCE change 95634 for review
Todd Miller
millert at FreeBSD.org
Wed Apr 19 22:08:12 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=95634
Change 95634 by millert at millert_g5tower on 2006/04/19 22:07:58
Fix botched proc_has_security() conversion
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd_syscall.c#10 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd_syscall.c#10 (text+ko) ====
@@ -63,7 +63,7 @@
void *kdata;
int rc;
- rc = proc_has_security(td->p_ucred, SECURITY__LOAD_POLICY);
+ rc = proc_has_security(td, SECURITY__LOAD_POLICY);
if (rc)
return (rc);
More information about the trustedbsd-cvs
mailing list