mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5547] [MERGED] Revert "remove make deb and use make deb-apparmor to build packages" #5537
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#5537
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/5547
Author: @kmk3
Created: 12/21/2022
Status: ✅ Merged
Merged: 12/21/2022
Merged by: @netblue30
Base:
master← Head:revert-remove-make-deb📝 Commits (1)
3a368e5Revert "remove make deb and use make deb-apparmor to build packages"📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
Makefile(+3 -0)📄 Description
This reverts commit
8229944053.The idea is to later enable building the .deb package with AppArmor by
default with
make deband to then removemake deb-apparmor(thoughnote that some ci changes might also be needed in tandem[1]). This
could potentially allow building a .deb package for all firejail
versions (including past and future ones) with just
make deb.Also, note that other options can be added/removed to the default
debtarget (besides AppArmor-related ones), so ideally there would be only a
single
debtarget with all the desired options applied.So instead of releasing a version without
make deband thenpotentially adding it back and removing
make deb-apparmor, just leavethe targets as is (considering the current release, 0.9.70) for now.
[1] https://github.com/netblue30/firejail/pull/5176#issuecomment-1146855467
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.