mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6294] [MERGED] profiles: rename disable-X11.inc to disable-x11.inc #5940
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#5940
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/6294
Author: @kmk3
Created: 3/26/2024
Status: ✅ Merged
Merged: 3/27/2024
Merged by: @kmk3
Base:
master← Head:profiles-rename-dx11📝 Commits (1)
2f53e45profiles: rename disable-X11.inc to disable-x11.inc📊 Changes
62 files changed (+81 additions, -73 deletions)
View changed files
📝
etc/inc/disable-X11.inc(+4 -11)➕
etc/inc/disable-x11.inc(+15 -0)📝
etc/profile-a-l/agetpkg.profile(+1 -1)📝
etc/profile-a-l/alpine.profile(+1 -1)📝
etc/profile-a-l/aria2c.profile(+1 -1)📝
etc/profile-a-l/bpftop.profile(+1 -1)📝
etc/profile-a-l/build-systems-common.profile(+1 -1)📝
etc/profile-a-l/clac.profile(+1 -1)📝
etc/profile-a-l/cloneit.profile(+1 -1)📝
etc/profile-a-l/cointop.profile(+1 -1)📝
etc/profile-a-l/curl.profile(+1 -1)📝
etc/profile-a-l/daisy.profile(+1 -1)📝
etc/profile-a-l/dbus-send.profile(+1 -1)📝
etc/profile-a-l/deadlink.profile(+1 -1)📝
etc/profile-a-l/dexios.profile(+1 -1)📝
etc/profile-a-l/dig.profile(+1 -1)📝
etc/profile-a-l/dnscrypt-proxy.profile(+1 -1)📝
etc/profile-a-l/dnsmasq.profile(+1 -1)📝
etc/profile-a-l/drill.profile(+1 -1)📝
etc/profile-a-l/editorconfiger.profile(+1 -1)...and 42 more files
📄 Description
That is, make "X11" lowercase so that the order of the includes in the
disable- section remain the same when sorted with
LC_ALL=C, as is thecase for most of the other sections. That is also likely to be the
default in text editors (such as in vim on Arch), so this should make
the disable- section more consistent and easier to sort when editing the
profile.
Also, keep the old include as a redirect to the new one for now to avoid
breakage.
Commands used to search and replace:
Relates to #4462 #4854 #6070 #6289.
This is a follow-up to #6286.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.