mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6070] [MERGED] build: sort.py: use case-sensitive sorting #5815
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#5815
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/6070
Author: @kmk3
Created: 10/27/2023
Status: ✅ Merged
Merged: 11/24/2023
Merged by: @netblue30
Base:
master← Head:sort-py-csort📝 Commits (1)
98e34c4build: sort.py: use case-sensitive sorting📊 Changes
24 files changed (+24 additions, -24 deletions)
View changed files
📝
contrib/sort.py(+1 -1)📝
etc/profile-a-l/ani-cli.profile(+1 -1)📝
etc/profile-a-l/discord-canary.profile(+1 -1)📝
etc/profile-a-l/discord-ptb.profile(+1 -1)📝
etc/profile-a-l/discord.profile(+1 -1)📝
etc/profile-a-l/display.profile(+1 -1)📝
etc/profile-a-l/enpass.profile(+1 -1)📝
etc/profile-a-l/fbreader.profile(+1 -1)📝
etc/profile-a-l/fluffychat.profile(+1 -1)📝
etc/profile-a-l/hugin.profile(+1 -1)📝
etc/profile-a-l/lobster.profile(+1 -1)📝
etc/profile-m-z/QMediathekView.profile(+1 -1)📝
etc/profile-m-z/QOwnNotes.profile(+1 -1)📝
etc/profile-m-z/Viber.profile(+1 -1)📝
etc/profile-m-z/XMind.profile(+1 -1)📝
etc/profile-m-z/mov-cli.profile(+1 -1)📝
etc/profile-m-z/mutt.profile(+1 -1)📝
etc/profile-m-z/natron.profile(+1 -1)📝
etc/profile-m-z/neomutt.profile(+1 -1)📝
etc/profile-m-z/postman.profile(+1 -1)...and 4 more files
📄 Description
To match how things are sorted elsewhere, such as with
noblacklist/whitelistlines (vertically) in profiles and inci/check/profiles/sort-disable-programs.sh and src/etc-cleanup/main.c.
This makes the order in
private-etcalways be groups (@group), thenuppercase paths, then lowercase paths. Example from
etc/profile-m-z/softmaker-common.profile:
Note that this does not affect a significant amount of profiles; most
changes are in
private-bin/private-liblines and inprivate-etclines for newer profiles that do not use groups. This is partly due to
commit
5d0822c52("private-etc: big profile changes", 2023-02-05)replacing
X11with@x11inprivate-etclines and then commit0f996ea4d("private-etc: groups modified", 2023-02-05) removingTrolltech.conffromprivate-etclines and using case-sensitivesorting in them.
Relates to #5610.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.