Skip to content

Commit 0f29e5c

Browse files
committed
fixup! add explanation for abi
1 parent 672ca52 commit 0f29e5c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

codejail.profile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
# by OS, see /etc/apparmor.d/tunables/global for contents.
1919
include <tunables/global>
2020

21-
# Declare ABI version explicitly to ensure that confinement is
22-
# actually applied appropriately on newer Ubuntu.
21+
# Require that the system understands the feature set that this policy was written
22+
# 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
2325
abi <abi/3.0>,
2426

2527
# This outer profile applies to the entire container, and isn't as

0 commit comments

Comments
 (0)