mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4733] GitLab CI broken: Lintian failure because of binary in /etc (profstats) #2769
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#2769
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 @kmk3 on GitHub (Dec 1, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4733
Likely caused by commit
8f93df99f("install profstats in /etc/firejaildirectory - undocumented, used only for development", 2021-11-30).
Failed pipelines for that commit:
build_debian_packagehttps://gitlab.com/Firejail/firejail_ci/-/jobs/1833634608
debian_cihttps://gitlab.com/Firejail/firejail_ci/-/jobs/1833634618
Cc: @netblue30 @reinerh
@rusty-snake commented on GitHub (Dec 1, 2021):
rpmlint:
firejail.x86_64: E: binary-in-etc /etc/firejail/profstatsProbably every distro will need to patch this out because it violates packaging-guidelines.
@reinerh commented on GitHub (Dec 1, 2021):
Yes, this should really not get installed there. LIB(EXEC)DIR is probably a better place. Maybe it can also be "hidden" behind the configure flag that enables installation of contrib scripts?
@netblue30 commented on GitHub (Dec 8, 2021):
I'll put a fix in, thanks.
@kmk3 commented on GitHub (Dec 10, 2021):
Fixed by commit
30e754610("profstats fix (#4733)", 2021-12-10).The GitLab pipeline runs successfully now: