MOD_REG_SECURITY
Section: (9)
Updated: 09 April 2004
Index
Return to Main Contents
NAME
mod_reg_security - allows security modules to be ``stacked''
SYNOPSIS
int mod_reg_security (const char * name, struct security_operations * ops);
ARGUMENTS
- name
-
a pointer to a string with the name of the security_options to be registered
- ops
-
a pointer to the struct security_options that is to be registered
DESCRIPTION
This function allows security modules to be stacked if the currently loaded
security module allows this to happen. It passes the name and ops to the
register_security function of the currently loaded security module.
The return value depends on the currently loaded security module, with 0 as
success.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 12:49:29 GMT, April 09, 2004