aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-12-10 17:53:09 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-12-10 17:55:28 +0100
commit4443655c13cbc437df71afbe16e4cd22ae6892bb (patch)
treea8d424fdd487daca22a7dd52bf185534e71374bd /doc
parentfirejail profile: disable private-bin (diff)
downloadsmolbote-4443655c13cbc437df71afbe16e4cd22ae6892bb.tar.xz
Add separate firejail .desktop
Diffstat (limited to 'doc')
-rw-r--r--doc/Usage/Linux.asciidoc15
1 files changed, 15 insertions, 0 deletions
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'.
+