mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5156] build: seccomp filters and man pages are always being rebuilt #2896
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#2896
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 @rusty-snake on GitHub (May 21, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5156
Is your feature request related to a problem? Please describe.
makerebuilds theseccomp*targets always, this takes unnecessary time during development.Describe the solution you'd like
makeshould rebuildseccomp*targets only if any of their sources has changed.Describe alternatives you've considered
Use a better build system which does stuff like this for you.
@kmk3 commented on GitHub (Aug 24, 2024):
Related commits:
9e206b7f2("rework src/man Makefile", 2023-07-07)2b34747db("generate seccomp filters at install time", 2023-07-07)1d5fff903("Makefile fix", 2023-07-10)6fa19aab9("feature: use seccomp filters build at install time for--restrict-namespaces", 2023-07-12)
a6172b725("build: remove extraneous blank lines in makefiles",2023-07-12)
80eb28483("build: restore seccomp filter targets", 2023-07-13) /PR #5898
76bd5ad0f("build: simplify code related to man pages", 2023-07-12) /PR #5898
b7820492f("build: fix wrong man page paths", 2023-08-12)8e79f18cf("build: add missing makefile dep", 2023-08-12) /PR #5956
Note: The issue with seccomp filters specifically was fixed on commit
80eb28483("build: restore seccomp filter targets", 2023-07-13) /PR #5898.