Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2006 18:44:41 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 111057 for review
Message-ID:  <200612041844.kB4IifYU092409@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111057

Change 111057 by millert@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()



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612041844.kB4IifYU092409>