mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6789] [CLOSED] build: sort.py: replace items in private-etc with groups #6169
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#6169
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/6789
Author: @sudoAlphaX
Created: 6/18/2025
Status: ❌ Closed
Base:
master← Head:private-etc-optimize📝 Commits (1)
8beecb1build: sort.py: add feature to strip default private-etc and replace items with etc-groups📊 Changes
2 files changed (+112 additions, -1 deletions)
View changed files
📝
contrib/sort.py(+4 -1)➕
contrib/trim_private_etc.py(+108 -0)📄 Description
Modifies sort.py such that when processing private-etc, it removes all
the default automatically included items, and if all items from any
particular group are present, it replaces those private-etc items with
the @group_name.
Uses regex to directly parse etc_groups.h header file
Related: #6783 and
02ad655🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.