docs: update LSM hook prompt to reference lsm_hook_defs.h

pull/115/head
Andras Gemes 6 days ago
parent 0afbca858c
commit 2ab42db652
No known key found for this signature in database
GPG Key ID: F1EF1E4F007ECBAB

@ -71,7 +71,7 @@ regex = "^[a-z_]+$"
[conditional.'program_type == "lsm"'.placeholders.lsm_hook] [conditional.'program_type == "lsm"'.placeholders.lsm_hook]
type = "string" type = "string"
prompt = "Which lsm hook? (e.g file_open, task_alloc) You can find a list of hooks in include/linux/lsm_hooks.h in the kernel source tree." prompt = "Which lsm hook? (e.g file_open, task_alloc) You can find a list of hooks in include/linux/lsm_hooks.h or include/linux/lsm_hook_defs.h in the kernel source tree."
regex = "^[a-z_]+$" regex = "^[a-z_]+$"
[hooks] [hooks]

Loading…
Cancel
Save