[PR #268] [MERGED] Fix for systems that don't have CAP_SYSLOG #3580

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/268
Author: @mcarpenter
Created: 1/29/2016
Status: Merged
Merged: 1/29/2016
Merged by: @netblue30

Base: masterHead: cap_syslog


📝 Commits (1)

  • eaf2738 Fix for systems that don't have CAP_SYSLOG

📊 Changes

2 files changed (+6 additions, -0 deletions)

View changed files

📝 src/firejail/caps.c (+2 -0)
📝 src/firejail/usage.c (+4 -0)

📄 Description

CAP_SYSLOG was retroactively split from CAP_SYSADMIN (Linux
kernel commit ce6ada35bdf710d16582cc4869c26722547e6f11). Existing
supported systems might not yet have this commit (eg RHEL 6.6) in
which case compilation fails.


🔄 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/268 **Author:** [@mcarpenter](https://github.com/mcarpenter) **Created:** 1/29/2016 **Status:** ✅ Merged **Merged:** 1/29/2016 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `cap_syslog` --- ### 📝 Commits (1) - [`eaf2738`](https://github.com/netblue30/firejail/commit/eaf273846152ec2fc8950590d8b3a65895bd5b88) Fix for systems that don't have CAP_SYSLOG ### 📊 Changes **2 files changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/caps.c` (+2 -0) 📝 `src/firejail/usage.c` (+4 -0) </details> ### 📄 Description CAP_SYSLOG was retroactively split from CAP_SYSADMIN (Linux kernel commit ce6ada35bdf710d16582cc4869c26722547e6f11). Existing supported systems might not yet have this commit (eg RHEL 6.6) in which case compilation fails. --- <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:04:02 -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#3580
No description provided.