security_module_enable(9) suse man page | unix.com

Man Page: security_module_enable

Operating Environment: suse

Section: 9

SECURITY_MODULE_ENAB(9) 					Security Framework					   SECURITY_MODULE_ENAB(9)

NAME
security_module_enable - Load given security module on boot ?
SYNOPSIS
int security_module_enable(struct security_operations * ops);
ARGUMENTS
ops a pointer to the struct security_operations that is to be checked.
DESCRIPTION
Each LSM must pass this method before registering its own operations to avoid security registration races. This method may also be used to check if your LSM is currently loaded during kernel initialization.
RETURN TRUE IF
-The passed LSM is the one chosen by user at boot time, -or the passed LSM is configured as the default and the user did not choose an alternate LSM at boot time, -or there is no default LSM set and the user didn't specify a specific LSM and we're the first to ask for registration permission, -or the passed LSM is currently loaded. Otherwise, return false.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SECURITY_MODULE_ENAB(9)
Related Man Pages
tifffile(1) - debian
lsmsa(8) - osf1
lsmsad(8) - osf1
voldisksetup(8) - osf1
volsave(8) - osf1
Similar Topics in the Unix Linux Community
Change directory error
Cut command on RHEL 6.8 compatibility issues
SOCKS proxy & PAM configuration exposure
Shopt -s histappend
32 bit process addressing more than 4GB