.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "CAPABLE" "" "06 October 2005" "" "" .SH NAME capable \- calls the currently loaded security module's capable function with the specified capability .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int capable (int \fIcap\fB); \fR .SH "ARGUMENTS" .TP \fB\fIcap\fB\fR the requested capability level. .SH "DESCRIPTION" .PP This function calls the currently loaded security module's \fBcabable\fR function with a pointer to the current task and the specified \fIcap\fR value. .PP This allows the security module to implement the capable function call however it chooses to.