mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-06 14:05:39 +00:00
[PATCH] Doc: add audit & acct to DocBook
Fix one audit kernel-doc description (one parameter was missing). Add audit*.c interfaces to DocBook. Add BSD accounting interfaces to DocBook. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
d83015b8f6
commit
862f5f0133
@ -332,6 +332,18 @@ X!Earch/i386/kernel/mca.c
|
|||||||
!Esecurity/security.c
|
!Esecurity/security.c
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
<chapter id="audit">
|
||||||
|
<title>Audit Interfaces</title>
|
||||||
|
!Ekernel/audit.c
|
||||||
|
!Ikernel/auditsc.c
|
||||||
|
!Ikernel/auditfilter.c
|
||||||
|
</chapter>
|
||||||
|
|
||||||
|
<chapter id="accounting">
|
||||||
|
<title>Accounting Framework</title>
|
||||||
|
!Ikernel/acct.c
|
||||||
|
</chapter>
|
||||||
|
|
||||||
<chapter id="pmfuncs">
|
<chapter id="pmfuncs">
|
||||||
<title>Power Management</title>
|
<title>Power Management</title>
|
||||||
!Ekernel/power/pm.c
|
!Ekernel/power/pm.c
|
||||||
|
@ -1558,6 +1558,7 @@ int __audit_ipc_obj(struct kern_ipc_perm *ipcp)
|
|||||||
* @uid: msgq user id
|
* @uid: msgq user id
|
||||||
* @gid: msgq group id
|
* @gid: msgq group id
|
||||||
* @mode: msgq mode (permissions)
|
* @mode: msgq mode (permissions)
|
||||||
|
* @ipcp: in-kernel IPC permissions
|
||||||
*
|
*
|
||||||
* Returns 0 for success or NULL context or < 0 on error.
|
* Returns 0 for success or NULL context or < 0 on error.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user