firejail/etc/profile-a-l/gallery-dl.profile
rusty-snake d8d97acbd9 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-*/*
2021-09-18 22:57:55 +02:00

18 lines
473 B
Text

# Firejail profile for gallery-dl
# Description: Downloader of images from various sites
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include gallery-dl.local
# Persistent global definitions
# added by included profile
#include globals.local
noblacklist ${HOME}/.config/gallery-dl
noblacklist ${HOME}/.gallery-dl.conf
private-bin gallery-dl
private-etc gallery-dl.conf,ld.so.preload
# Redirect
include youtube-dl.profile