summaryrefslogtreecommitdiffstats
path: root/src/protector
AgeCommit message (Collapse)Author
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2023-11-21Allow files creation in /tmp on OpenBSD (#3512)Laurent Cheylus
- src/protector/protector_openbsd.go: add tmppath for pledge permissions - fix junegunn/fzf#3511 Signed-off-by: Laurent Cheylus <foxy@free.fr>
2023-10-17Fix crash on OpenBSD with --listen (#3483)Laurent Cheylus
- src/protector/protector_openbsd.go: add inet permissions for pledge - fix #3481 Signed-off-by: Laurent Cheylus <foxy@free.fr>
2022-03-29Modernize build tagsJunegunn Choi
2020-01-19Add pledge(2) support (OpenBSD only) via a 'protector' package. (#1297)Aaron Bieber