aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-02-05 08:47:47 +0000
committerLibravatar GitHub <noreply@github.com>2019-02-05 08:47:47 +0000
commit83f7c7199abcb7d2e643d04b0e4831628b6d91e4 (patch)
treefb4b0d2d9c4aba576dbdd903d385a6b529d4a4a4 /src/man/firejail.txt
parentRetain local apparmor customizations (diff)
downloadfirejail-83f7c7199abcb7d2e643d04b0e4831628b6d91e4.tar.gz
firejail-83f7c7199abcb7d2e643d04b0e4831628b6d91e4.tar.zst
firejail-83f7c7199abcb7d2e643d04b0e4831628b6d91e4.zip
Stress apparmor local overrides
As per discussion on https://github.com/netblue30/firejail/pull/2390, we better use slightly stronger/less optional wording when it comes to where local apparmor overrides need to be done.
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 16004193d..052aeb56b 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2527,7 +2527,7 @@ AppArmor support is disabled by default at compile time. Use --enable-apparmor c
2527.br 2527.br
2528$ ./configure --prefix=/usr --enable-apparmor 2528$ ./configure --prefix=/usr --enable-apparmor
2529.TP 2529.TP
2530During software install, a generic AppArmor profile file, firejail-default, is placed in /etc/apparmor.d directory. The local customizations can be placed in /etc/apparmor.d/local/firejail-local. The profile needs to be loaded into the kernel by reloading apparmor.service, rebooting the system or running the following command as root: 2530During software install, a generic AppArmor profile file, firejail-default, is placed in /etc/apparmor.d directory. The local customizations must be placed in /etc/apparmor.d/local/firejail-local. The profile needs to be loaded into the kernel by reloading apparmor.service, rebooting the system or running the following command as root:
2531.br 2531.br
2532 2532
2533.br 2533.br