mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6708] [MERGED] profiles: add more xorg paths #6131
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#6131
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/6708
Author: @kmk3
Created: 4/14/2025
Status: ✅ Merged
Merged: 4/15/2025
Merged by: @kmk3
Base:
master← Head:profiles-xorg-paths📝 Commits (1)
6cbd069profiles: add more xorg paths📊 Changes
3 files changed (+11 additions, -0 deletions)
View changed files
📝
etc/inc/disable-common.inc(+7 -0)📝
etc/inc/disable-x11.inc(+2 -0)📝
etc/inc/whitelist-common.inc(+2 -0)📄 Description
Add the following files, which may be used to configure X clients:
~/.Xdefaults~/.Xdefaults-*(~/.Xdefaults-$(hostname))~/.XresourcesAnd block the following paths, which are intended for the X server:
~/.local/share/xorg(rootless Xorg log directory)/etc/X11/xinit/etc/X11/xorg.conf.d/var/log/Xorg.*(default Xorg log path)Note: ~/.Xdefaults is read directly by each application when it starts,
while ~/.Xresources is loaded once into the X root window with xrdb(1)
when starting the session, such as by a DE or directly in ~/.xinitrc.
Both use the same format and it appears that users are encouraged to use
~/.Xresources instead of ~/.Xdefaults but applications still try to read
~/.Xdefaults if it exists.
From xrdb(1):
See X(1), Xorg(1), xinit(1) and xrdb(1).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.