Skip to content

Commit

Permalink
Merge pull request netblue30#6118 from NetSysFire/patch-4
Browse files Browse the repository at this point in the history
minecraft-launcher.profile: allow keyring access
  • Loading branch information
netblue30 committed Dec 21, 2023
2 parents 90907ac + e70bde4 commit 46d70ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion etc/profile-m-z/minecraft-launcher.profile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ include disable-xdg.inc

mkdir ${HOME}/.minecraft
whitelist ${HOME}/.minecraft
# Needs keyring access in order to save logins
whitelist ${RUNUSER}/keyring
include whitelist-common.inc
include whitelist-runuser-common.inc
include whitelist-usr-share-common.inc
Expand Down Expand Up @@ -54,7 +56,10 @@ private-etc @tls-ca,@x11,host.conf,java*,mime.types,services,timezone
private-opt minecraft-launcher
private-tmp

dbus-user none
dbus-user filter
dbus-user.talk org.freedesktop.secrets
dbus-user.talk org.gnome.keyring.*
dbus-user.talk org.gnome.seahorse.*
dbus-system none

restrict-namespaces

0 comments on commit 46d70ca

Please sign in to comment.