mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #772] --enable-apparmor option is lost with make deb #522
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#522
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?
Originally created by @nick75e on GitHub (Sep 10, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/772
Hi!
Using
configure --prefix=/usr --enable-apparmorshows this:But when I type
make debI get:The apparmor option is discarded at some point. Everything is okay when using
makePlease fix.
@netblue30 commented on GitHub (Sep 10, 2016):
I'll have to implement it. For now, change "./configure --prefix=/usr" into "./configure --prefix=/usr --enable-apparmor" in mkdeb.sh.
@netblue30 commented on GitHub (Sep 19, 2016):
Fixed in git.
@netblue30 commented on GitHub (Sep 23, 2016):
I had to roll it back. Use the change in mkdeb.sh.
@laniakea64 commented on GitHub (Apr 9, 2017):
Was going to file a bug about this when I couldn't disable git-install in my .deb build of firejail. After reading this issue, I wrote a Python 3 script to automate setting custom configure options in mkdeb.sh and then building.
Would it be useful for either of you?
@netblue30 commented on GitHub (Apr 9, 2017):
Sure, send a pull request. Put the file in https://github.com/netblue30/firejail/tree/master/contrib, I'll modify the install script to have it installed automatically.