Query: security_module_enable
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SECURITY_MODULE_ENAB(9) Security Framework SECURITY_MODULE_ENAB(9)NAMEsecurity_module_enable - Load given security module on boot ?SYNOPSISint security_module_enable(struct security_operations * ops);ARGUMENTSops a pointer to the struct security_operations that is to be checked.DESCRIPTIONEach 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SECURITY_MODULE_ENAB(9)
Related Man Pages |
---|
advfsd(8) - osf1 |
extendfs(8) - osf1 |
lsmsa(8) - osf1 |
voldisksetup(8) - osf1 |
vollogcnvt(8) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Migrating to UNIX |
Update kernel Linux without reboot?! |
SOCKS proxy & PAM configuration exposure |
A (ksh) Library For and From UNIX.com |