blob: 048980bdd6a3d9195c24b09d835a11bdf223a9c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
|