aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/straw-viewer.profile
blob: dd643bc2044a1d993c23b94507db5dcb8064374d (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 straw-viewer
# Description: Fork of youtube-viewer acts like an invidious frontend
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include straw-viewer.local
# Persistent global definitions
include globals.local

nodeny  ${HOME}/.cache/straw-viewer
nodeny  ${HOME}/.config/straw-viewer

mkdir ${HOME}/.config/straw-viewer
mkdir ${HOME}/.cache/straw-viewer
allow  ${HOME}/.cache/straw-viewer
allow  ${HOME}/.config/straw-viewer

private-bin gtk-straw-viewer,straw-viewer

# Redirect
include youtube-viewers-common.profile