Revision: 2873
http://selinux.svn.sourceforge.net/selinux/?rev=2873&view=rev
Author: ssmalley
Date: 2008-04-21 09:58:38 -0700 (Mon, 21 Apr 2008)
Log Message:
-----------
Fix man page (SELABEL_ => SELINUX_).
Modified Paths:
--------------
trunk/libselinux/man/man3/selinux_set_callback.3
Modified: trunk/libselinux/man/man3/selinux_set_callback.3
===================================================================
--- trunk/libselinux/man/man3/selinux_set_callback.3 2008-04-21 16:56:35 UTC (rev 2872)
+++ trunk/libselinux/man/man3/selinux_set_callback.3 2008-04-21 16:58:38 UTC (rev 2873)
@@ -27,7 +27,7 @@
.I type
are:
.TP
-.B SELABEL_CB_LOG
+.B SELINUX_CB_LOG
.BI "int (*" func_log ") (int " type ", const char *" fmt ", ...);"
This callback is used for logging and should process the
@@ -47,7 +47,7 @@
.B SELINUX_AVC
.TP
-.B SELABEL_CB_AUDIT
+.B SELINUX_CB_AUDIT
.BI "int (*" func_audit ") (void *" auditdata ", security_class_t " cls ,
.in +\w'int (*func_audit) ('u
.BI "char *" msgbuf ", size_t " msgbufsize ");"
@@ -66,7 +66,7 @@
characters.
.TP
-.B SELABEL_CB_VALIDATE
+.B SELINUX_CB_VALIDATE
.BI "int (*" func_validate ") (security_context_t *" ctx ");"
This callback is used for context validation. The callback may optionally modify the input context by setting the target of the
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|