mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
21 lines
591 B
Text
21 lines
591 B
Text
# 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
|