PERFORCE change 20206 for review
Robert Watson
rwatson at freebsd.org
Sat Oct 26 21:35:55 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=20206
Change 20206 by rwatson at rwatson_tislabs on 2002/10/26 14:34:56
Don't need these stubs: they're not invoked from the rest
of the kernel if MAC isn't compiled in.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#333 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#333 (text+ko) ====
@@ -4122,16 +4122,4 @@
return (ENOSYS);
}
-int
-mac_execve_enter(struct image_params *imgp, struct mac *mac_p,
- struct label *execlabelstorage)
-{
-
- return (0);
-}
-
-void
-mac_execve_exit(struct image_params *imgp)
-{
-}
#endif /* !MAC */
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