aboutsummaryrefslogtreecommitdiff
path: root/config.dot/firejail
diff options
context:
space:
mode:
Diffstat (limited to 'config.dot/firejail')
-rw-r--r--config.dot/firejail/firefox-esr.profile.link6
-rw-r--r--config.dot/firejail/firefox.profile.link22
2 files changed, 28 insertions, 0 deletions
diff --git a/config.dot/firejail/firefox-esr.profile.link b/config.dot/firejail/firefox-esr.profile.link
new file mode 100644
index 0000000..6bcd393
--- /dev/null
+++ b/config.dot/firejail/firefox-esr.profile.link
@@ -0,0 +1,6 @@
+#
+# Custom Firejail profile for Firefox ESR
+#
+
+# Include the custom Firefox profile
+include firefox.profile
diff --git a/config.dot/firejail/firefox.profile.link b/config.dot/firejail/firefox.profile.link
new file mode 100644
index 0000000..048980b
--- /dev/null
+++ b/config.dot/firejail/firefox.profile.link
@@ -0,0 +1,22 @@
+#
+# Custom Firejail profile for Firefox
+#
+
+# Include the default profile
+include /etc/firejail/firefox.profile
+
+# Workaround to enable userns in AppArmor
+#
+# Details at
+# https://support.mozilla.org/pt-BR/kb/aviso-seguran%C3%A7a-linux
+# https://github.com/netblue30/firejail/issues/6675
+#
+# The following requires a modified AppArmor profile for Firejail, named "firejail-userns":
+#apparmor firejail-userns
+#
+# The following simply points to a non-existent AppArmor profile, which seems
+# to effectivelly disable AppArmor:
+#apparmor nonexistent
+#
+# This uses the default Firefox AppArmor profile
+apparmor firefox