aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/pipe-viewer.profile
blob: 77393274efe675e4b5dc940436ef9e84ca8e78a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Firejail profile for pipe-viewer
# Description: Fork of youtube-viewer, scrapes youtube directly and with invidious
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include pipe-viewer.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.cache/pipe-viewer
noblacklist ${HOME}/.config/pipe-viewer

mkdir ${HOME}/.config/pipe-viewer
mkdir ${HOME}/.cache/pipe-viewer
whitelist ${HOME}/.cache/pipe-viewer
whitelist ${HOME}/.config/pipe-viewer

private-bin pipe-viewer

# Redirect
include youtube-viewers-common.profile