Merge pull request #1527 from ardovm/capsicumdoc

Mention the section for capsicum settings.
This commit is contained in:
ailin-nemui 2024-05-13 20:11:09 +00:00 committed by GitHub
commit 0697e3eaf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@ To make Irssi enter capability mode on startup, add
capsicum = "yes"; capsicum = "yes";
awaylog_file = "~/irclogs/away.log"; awaylog_file = "~/irclogs/away.log";
to your ~/.irssi/config and restart the client. Alternatively you can to your ~/.irssi/config in the settings/core section, and restart the
enter it "by hand", using the "/capsicum enter" command. From the security client. Alternatively you can enter it "by hand", using the
point of view it's strongly preferable to use the former method, to avoid "/capsicum enter" command. From the security point of view it's strongly
establishing connections without the sandbox protection; the "/capsicum" preferable to use the former method, to avoid establishing connections
command is only intended for experimentation, and in cases where you need without the sandbox protection; the "/capsicum" command is only intended
to do something that's not possible in capability mode - run scripts, for experimentation, and in cases where you need to do something that's not
for example - before continuing. possible in capability mode - run scripts, for example - before continuing.
There is no way to leave the capability mode, apart from exiting Irssi. There is no way to leave the capability mode, apart from exiting Irssi.
When running in capability mode, there are certain restrictions - Irssi When running in capability mode, there are certain restrictions - Irssi