Scroll to navigation

SECURITY_ADD_HOOKS(9) Security Framework SECURITY_ADD_HOOKS(9)

NAME

security_add_hooks - Add a modules hooks to the hook lists.

SYNOPSIS

void security_add_hooks(struct security_hook_list * hooks, int count, char * lsm);

ARGUMENTS

struct security_hook_list * hooks
the hooks to add

int count

the number of hooks to add

char * lsm

the name of the security module

DESCRIPTION

Each LSM has to register its hooks with the infrastructure.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11