PERFORCE change 111057 for review
Todd Miller
millert at FreeBSD.org
Mon Dec 4 10:45:41 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=111057
Change 111057 by millert at millert_g5tower on 2006/12/04 18:44:16
Rename _audit_log() -> sebsd_log()
Affected files ...
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/avc/avc_audit.c#4 edit
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/linux-compat.h#5 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/avc/avc_audit.c#4 (text+ko) ====
@@ -127,7 +127,7 @@
}
void
-_audit_log(const char *fmt, ...)
+sebsd_log(const char *fmt, ...)
{
struct audit_buffer *ab;
va_list ap;
==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/linux-compat.h#5 (text+ko) ====
@@ -138,12 +138,12 @@
extern lck_spin_t *avc_log_lock;
struct audit_buffer;
struct audit_buffer *audit_log_start(void);
-void _audit_log(const char *, ...);
+void sebsd_log(const char *, ...);
void audit_log_end(struct audit_buffer *);
void audit_log_format(struct audit_buffer *, const char *, ...);
void audit_log_untrustedstring(struct audit_buffer *, const char *);
void audit_log_process(void);
-#define audit_log(ac, mf, af, ...) _audit_log(__VA_ARGS__)
+#define audit_log(ac, mf, af, ...) sebsd_log(__VA_ARGS__)
/* we don't enable the selinux netlbl support */
#define selinux_netlbl_cache_invalidate()
More information about the trustedbsd-cvs
mailing list