Cette page de documentation est issue d'une conversion automatique de developpez.com.
Les traductions proviennent des sites Debian, Linux Kernel et du projet Perkamon.
N'hésitez pas à laisser vos suggestions, avis ou commentaires : 12 commentaires.
This function allows a security module to register itself with the kernel security subsystem. Some rudimentary checking is done on the ops value passed to this function. YouAqll need to check first if your LSM is allowed to register its ops by calling security_module_enable(ops).
If there is already a security module registered with the kernel, an error will be returned. Otherwise 0 is returned on success.