mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Add ld.so.preload to all private-etc lines
Command:
sed -i -E "s/^private-etc /private-etc ld.so.preload,/" \
$(grep -LE "^private-etc .*ld.so.preload" etc/profile-*/*) \
&& python3 contrib/sort.py etc/profile-*/*
This commit is contained in:
parent
7aec067d5c
commit
d8d97acbd9
235 changed files with 235 additions and 235 deletions
|
|
@ -24,7 +24,7 @@ whitelist ${HOME}/.config/BetterDiscord
|
|||
whitelist ${HOME}/.local/share/betterdiscordctl
|
||||
|
||||
private-bin bash,cut,echo,egrep,electron,electron[0-9],electron[0-9][0-9],fish,grep,head,sed,sh,tclsh,tr,xdg-mime,xdg-open,zsh
|
||||
private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,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,password,pki,pulse,resolv.conf,ssl
|
||||
|
||||
join-or-start discord
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue