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:
rusty-snake 2021-09-18 22:57:55 +02:00
parent 7aec067d5c
commit d8d97acbd9
235 changed files with 235 additions and 235 deletions

View file

@ -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