Files

13 lines
240 B
Plaintext

---
functions:
library-load:
- code: |-
ssh-keygen -D /path/to/lib.so
comment: |-
The shared library must contain the `void C_GetFunctionList() {}` function.
contexts:
sudo:
suid:
unprivileged:
...