mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
18 lines
455 B
Text
18 lines
455 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
|
|
|
|
# Redirect
|
|
include yt-dlp.profile
|