mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5656] [MERGED] profiles: archiver-common: add mkinitcpio to private-etc #5595
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#5595
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/5656
Author: @ghost
Created: 2/11/2023
Status: ✅ Merged
Merged: 3/5/2024
Merged by: @kmk3
Base:
master← Head:mkinitcpio📝 Commits (1)
3675b6barchiver-common: add mkinitcpio support to private-etc📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
etc/profile-a-l/archiver-common.profile(+1 -1)📄 Description
mkinitcpio (used to generate initramfs images) supports several compression formats. On Arch Linux (based distributions) at least this implies the supported archivers to have access to mkinitcpio-related files under /etc.
This was no problem before
29da82d08aaddedprivate-etctoarchivers-common.profile. This PR adds the now needed extra private-etc items to mkinitcpio's supported compressors.Relates to #5610.
Side-note: mkinitcpio also supports
lz4compression. I was a bit surprised to notice we don't have a profile for that yet. I'll add one in a follow-up PR.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.