mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* profiles: drop private-opt (existing whitelist) * profiles: replace private-opt with whitelist In most profiles. Kept private-opt for enpass (~85MB), mate-dictionary (<20MB), minecraft-launcher (~1.6MB) and ppsspp (~44MB). The only app I couldn't check: xmr-stak. * docs: note potential issues with private-opt
24 lines
645 B
Text
24 lines
645 B
Text
# Firejail profile for youtube
|
|
# Description: Unofficial electron based desktop wrapper for YouTube
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include youtube.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
# Disabled until someone reported positive feedback
|
|
ignore nou2f
|
|
|
|
noblacklist ${HOME}/.config/Youtube
|
|
|
|
include disable-shell.inc
|
|
|
|
mkdir ${HOME}/.config/Youtube
|
|
whitelist ${HOME}/.config/Youtube
|
|
whitelist /opt/Youtube
|
|
|
|
private-bin electron,electron[0-9],electron[0-9][0-9],youtube
|
|
private-etc @tls-ca,@x11,bumblebee,host.conf,mime.types
|
|
|
|
# Redirect
|
|
include electron-common.profile
|