diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2025-12-26 18:53:21 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2025-12-26 18:53:21 -0300 |
| commit | 17a4a0508224dda750cde489d7a320202ac618d2 (patch) | |
| tree | 2bea81ac7c3e547628ce650e7f2af2bdbb61884e | |
| parent | a902712e517ccd54cf47d508c50e471eb1681167 (diff) | |
| download | xsession-master.tar.gz xsession-master.tar.bz2 | |
| -rw-r--r-- | config.dot/firejail/firefox-esr.profile.link | 6 | ||||
| -rw-r--r-- | config.dot/firejail/firefox.profile.link | 22 |
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 |
