Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "private-etc: big profile changes" #5645

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
discord-common: fix private-etc
There is no `/etc/password` AFAIK. Existing typo likely caused this.

Committer note: The original commit is part of PR #5641.

(cherry picked from commit 5f01eb1)
  • Loading branch information
glitsj16 authored and kmk3 committed Feb 7, 2023
commit 2f40a1d44761682fe973e232a4ef364dba639eb0
2 changes: 1 addition & 1 deletion etc/profile-a-l/discord-common.profile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ whitelist ${HOME}/.config/BetterDiscord
whitelist ${HOME}/.local/share/betterdiscordctl

private-bin awk,bash,cut,echo,egrep,electron,electron[0-9],electron[0-9][0-9],fish,grep,head,sed,sh,tclsh,tr,which,xdg-mime,xdg-open,zsh
private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,ld.so.preload,localtime,login.defs,machine-id,password,pki,pulse,resolv.conf,ssl
private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,ld.so.preload,localtime,login.defs,machine-id,passwd,pki,pulse,resolv.conf,ssl

join-or-start discord

Expand Down