We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672ca52 commit 0f29e5cCopy full SHA for 0f29e5c
codejail.profile
@@ -18,8 +18,10 @@
18
# by OS, see /etc/apparmor.d/tunables/global for contents.
19
include <tunables/global>
20
21
-# Declare ABI version explicitly to ensure that confinement is
22
-# actually applied appropriately on newer Ubuntu.
+# Require that the system understands the feature set that this policy was written
+# for. If we didn't include this, then on Ubuntu >= 22.04, AppArmor might assume
23
+# the wrong feature set was requested, and some rules might become too permissive.
24
+# See https://github.com/netblue30/firejail/issues/3659#issuecomment-711074899
25
abi <abi/3.0>,
26
27
# This outer profile applies to the entire container, and isn't as
0 commit comments