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
|
|
@ -50,5 +50,5 @@ disable-mnt
|
|||
private-bin fairymax,gnome-chess,gnuchess,hoichess
|
||||
private-cache
|
||||
private-dev
|
||||
private-etc alternatives,dconf,fonts,gnome-chess,gtk-3.0
|
||||
private-etc alternatives,dconf,fonts,gnome-chess,gtk-3.0,ld.so.preload
|
||||
private-tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue