[PR #5371] [MERGED] profiles: allow perl/exiftool on the relevant profiles #5469

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5371
Author: @kmk3
Created: 9/16/2022
Status: Merged
Merged: 9/26/2022
Merged by: @netblue30

Base: masterHead: profiles-allow-exiftool


📝 Commits (1)

  • 2aa9bbb profiles: allow perl/exiftool on the relevant profiles

📊 Changes

4 files changed (+15 additions, -2 deletions)

View changed files

📝 etc/profile-a-l/darktable.profile (+5 -1)
📝 etc/profile-a-l/digikam.profile (+3 -0)
📝 etc/profile-a-l/geeqie.profile (+3 -0)
📝 etc/profile-a-l/hugin.profile (+4 -1)

📄 Description

Programs that seem to support exiftool:

$ LC_ALL=C pacman -Sii perl-image-exiftool |
  grep -e '^Version' -e '^Required' -e '^Optional For' | head -n 3
Version         : 12.42-1
Required By     : digikam  geotag  gitlab-workhorse  mat2  rapid-photo-downloader
Optional For    : darktable  geeqie  gpsprune  hugin  jpeg-archive  ranger  recoll  shutter

Environment: Artix Linux.

Note for hugin.profile: Does not currently work with private-bin on
Arch/Artix; see the private-bin comment on
etc/profile-a-l/exiftool.profile.

Relates to #5365.


🔄 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/5371 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 9/16/2022 **Status:** ✅ Merged **Merged:** 9/26/2022 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `profiles-allow-exiftool` --- ### 📝 Commits (1) - [`2aa9bbb`](https://github.com/netblue30/firejail/commit/2aa9bbb4e5d447288389ac1d4ffa69cd15741627) profiles: allow perl/exiftool on the relevant profiles ### 📊 Changes **4 files changed** (+15 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/darktable.profile` (+5 -1) 📝 `etc/profile-a-l/digikam.profile` (+3 -0) 📝 `etc/profile-a-l/geeqie.profile` (+3 -0) 📝 `etc/profile-a-l/hugin.profile` (+4 -1) </details> ### 📄 Description Programs that seem to support exiftool: $ LC_ALL=C pacman -Sii perl-image-exiftool | grep -e '^Version' -e '^Required' -e '^Optional For' | head -n 3 Version : 12.42-1 Required By : digikam geotag gitlab-workhorse mat2 rapid-photo-downloader Optional For : darktable geeqie gpsprune hugin jpeg-archive ranger recoll shutter Environment: Artix Linux. Note for hugin.profile: Does not currently work with private-bin on Arch/Artix; see the private-bin comment on etc/profile-a-l/exiftool.profile. Relates to #5365. --- <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:39:00 -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#5469
No description provided.