mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6803] [MERGED] bugfix: fcopy: add /usr/share + "runner:root" exception to fix CI #6173
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#6173
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/6803
Author: @kmk3
Created: 7/7/2025
Status: ✅ Merged
Merged: 7/7/2025
Merged by: @kmk3
Base:
master← Head:fcopy-fix-runner-owner📝 Commits (1)
4392db6bugfix: fcopy: add /usr/share + "runner:root" exception to fix CI📊 Changes
1 file changed (+10 additions, -0 deletions)
View changed files
📝
src/fcopy/main.c(+10 -0)📄 Description
The following CI jobs started failing since the GitHub Actions runner
image for ubuntu-22.04 was (automatically) upgraded from version
20250615.1.0[1] to 20250622.1.0[2]:
Most/all fail with the same fcopy error message for the same path,
presumably due to using
private-etc, aslocaltimeis in the defaultprivate-etc group (see the full log below):
In at least the newer runner image,
/usr/share/zoneinfo/Etc/UTCisowned by
runner:rootinstead of the usualroot:root, so add anexception in fcopy to allow it.
From a run of the
test-fsjob for commit1f92779d2("modif: improvefcopy error messages in check() (#6801)", 2025-07-07) [3]:
Fixes #6797.
Relates to #1531 #6801.
[1] https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20250615.1
[2] https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20250622.1
[3] https://github.com/netblue30/firejail/actions/runs/16122142799/job/45490345354
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.