Home
last modified time | relevance | path

Searched refs:lsm_append (Results 1 – 1 of 1) sorted by relevance

/linux/security/
H A Dsecurity.c428 static int lsm_append(const char *new, char **result);
538 lsm_append(lsm->name, &lsm_names); in security_init()
586 static int lsm_append(const char *new, char **result) in lsm_append() function
642 if (lsm_append(lsmid->name, &lsm_names) < 0) in security_add_hooks()