mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6844] [MERGED] bugfix: remove /usr/share + "runner:root" CI workaround #6191
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#6191
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/6844
Author: @kmk3
Created: 7/31/2025
Status: ✅ Merged
Merged: 8/1/2025
Merged by: @kmk3
Base:
master← Head:fcopy-rm-ci-workaround📝 Commits (1)
cb830d0bugfix: remove /usr/share + "runner:root" CI workaround📊 Changes
1 file changed (+0 additions, -10 deletions)
View changed files
📝
src/fcopy/main.c(+0 -10)📄 Description
This reverts commit
d54f79873("bugfix: fcopy: add /usr/share +"runner:root" exception to fix CI (#6803)", 2025-07-07).
After reporting the issue to GitHub, the CI test jobs are now working
even for 0.9.74[1] and it seems that /usr/share and /opt are owned by
root:rootagain[2] [3]:This is apparently resolved as of the ubuntu-22.04 image version
20250720.1[3] [4] [5].
Relates to #1531 #6797.
[1] https://github.com/netblue30/firejail/actions/runs/16638617665
[2] https://github.com/actions/runner-images/issues/12526
[3] https://github.com/actions/runner-images/issues/12526#issuecomment-3112031424
[4] https://github.com/actions/runner-images/blob/ubuntu22/20250720.1/images/ubuntu/Ubuntu2204-Readme.md
[5] https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20250720.1
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.