[PR #5656] [MERGED] profiles: archiver-common: add mkinitcpio to private-etc #5595

Closed
opened 2026-05-05 10:41:19 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: mkinitcpio


📝 Commits (1)

  • 3675b6b archiver-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 29da82d08a added private-etc to archivers-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 lz4 compression. 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.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/5656 **Author:** [@ghost](https://github.com/ghost) **Created:** 2/11/2023 **Status:** ✅ Merged **Merged:** 3/5/2024 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `mkinitcpio` --- ### 📝 Commits (1) - [`3675b6b`](https://github.com/netblue30/firejail/commit/3675b6b4de5ae4d428ff26820740977a779e0a7a) archiver-common: add mkinitcpio support to private-etc ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/archiver-common.profile` (+1 -1) </details> ### 📄 Description [mkinitcpio](https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio) (used to generate initramfs images) supports [several compression formats](https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/blob/master/mkinitcpio.conf#L54-L64). 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 https://github.com/netblue30/firejail/commit/29da82d08aab5120262f42032fed6dc7807e5b0d added `private-etc` to `archivers-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 `lz4` compression. 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:41:19 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5595
No description provided.