mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5668] [MERGED] build: deb: enable apparmor by default & remove deb-apparmor #5605
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5605
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/5668
Author: @kmk3
Created: 2/17/2023
Status: ✅ Merged
Merged: 2/17/2023
Merged by: @netblue30
Base:
master← Head:build-deb-apparmor-default📝 Commits (3)
9837161ci: move --prefix configure arg first89d45e6ci: deb: remove redundant --prefix argumentsf33e452build: deb: enable apparmor by default & remove deb-apparmor📊 Changes
6 files changed (+12 additions, -16 deletions)
View changed files
📝
.github/workflows/build.yml(+1 -1)📝
.gitlab-ci.yml(+8 -8)📝
Makefile(+0 -4)📝
README(+1 -1)📝
contrib/update_deb.sh(+1 -1)📝
mkdeb.sh(+1 -1)📄 Description
The official .deb package is always built with apparmor support, so use
--enable-apparmorin mkdeb.sh and remove the "deb-apparmor" target inorder to reduce redundancy.
Note that custom configure options may be specified by calling
./mkdeb.sh directly.
For example, to build the .deb package without apparmor support, instead
of running
make deb, the following commands can be used:Also, change the
build_apparmorGitLab CI job intobuild_no_apparmor, which is intended to check that building withoutapparmor still works.
Note: This commit makes the resulting .deb package not have an
"-apparmor" suffix (see
EXTRA_VERSIONin mkdeb.sh), to avoidredundancy (as having apparmor support becomes the default).
Misc: This is a follow-up to #5654.
Relates to #5154 #5176 #5547.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.