From f55287243e4ce98687ad798f37ffd4b330234976 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 25 Jun 2024 04:10:31 -0300 Subject: [PATCH] Fix link to BSD::Capsicum.enter! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0542081..8925157 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ feature that's available on FreeBSD. __Capability mode__ A process can enter into capability mode by calling -[BSD::Capsicum.enter!](). +[BSD::Capsicum.enter!](http://0x1eef.github.io/x/bsdcapsicum.rb/BSD/Capsicum.html#enter!-instance_method). After entering capability mode, the process has limited capabilities. See the [cap_enter(2)](https://man.freebsd.org/cgi/man.cgi?query=cap_enter&apropos=0&sektion=2&format=html)