Skip to content

Commit

Permalink
snapcraft: add apparmor part
Browse files Browse the repository at this point in the history
Let's ship newer version of AppArmor with support of new features.
Only needed for core22. But we will use with core24 based series for consistency.

Also bumped apparmor to v4.0.2.

Signed-off-by: Alexander Mikhalitsyn <[email protected]>
(cherry picked from commit 8591ed4)
Signed-off-by: Thomas Parrott <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
mihalicyn authored and simondeziel committed Sep 17, 2024
1 parent ee31984 commit 25ec456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1244,8 +1244,8 @@ parts:

apparmor:
source: https://gitlab.com/apparmor/apparmor.git
source-commit: 84a6bc1b6dcdfeabb1ed3597f01e314f3bcee5c1 # v4.0.2
source-depth: 1
source-tag: v4.0.1
source-type: git
plugin: autotools
build-packages:
Expand Down Expand Up @@ -1281,8 +1281,8 @@ parts:
# Core components
lxc:
after:
- libseccomp
- apparmor
- libseccomp
source: https://github.com/lxc/lxc
source-branch: stable-5.0
source-type: git
Expand Down

0 comments on commit 25ec456

Please sign in to comment.