Man Page: security_module_enable
Operating Environment: centos
Section: 9
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. Otherwise, return false.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SECURITY_MODULE_ENAB(9)
| Related Man Pages |
|---|
| extendfs(8) - osf1 |
| lsmsad(8) - osf1 |
| volreconfig(8) - osf1 |
| volrestore(8) - osf1 |
| volsave(8) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Docker learning Phase-I |
| Shopt -s histappend |
| Controlling user input |
| Please Welcome Dave Munro to the Moderator Team! |