From 4443655c13cbc437df71afbe16e4cd22ae6892bb Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 10 Dec 2018 17:53:09 +0100 Subject: Add separate firejail .desktop --- doc/Usage/Linux.asciidoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/Usage/Linux.asciidoc (limited to 'doc') diff --git a/doc/Usage/Linux.asciidoc b/doc/Usage/Linux.asciidoc new file mode 100644 index 0000000..748ea10 --- /dev/null +++ b/doc/Usage/Linux.asciidoc @@ -0,0 +1,15 @@ +== Linux + +=== firejail +To launch poi by default with firejail, symlink /usr/bin/firejail to the poi +executable: + +[source, sh] +---- +# poi is installed to /usr/local/bin/poi, and local/sbin is before local/bin. +ln -s /usr/bin/firejail /usr/local/sbin/poi +---- + +To add the poi.profile to firejail, copy or symlink it to '/etc/firejail' or +'~/.config/firejail'. + -- cgit v1.2.1