mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Command:
sed -i -E "s/^private-etc /private-etc ld.so.preload,/" \
$(grep -LE "^private-etc .*ld.so.preload" etc/profile-*/*) \
&& python3 contrib/sort.py etc/profile-*/*
22 lines
715 B
Text
22 lines
715 B
Text
# Firejail profile for freetube
|
|
# Description: Youtube client with local subscription feature
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include freetube.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/FreeTube
|
|
|
|
include allow-bin-sh.inc
|
|
|
|
include disable-shell.inc
|
|
|
|
mkdir ${HOME}/.config/FreeTube
|
|
whitelist ${HOME}/.config/FreeTube
|
|
|
|
private-bin electron,electron[0-9],electron[0-9][0-9],freetube,sh
|
|
private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.preload,mime.types,nsswitch.conf,pki,pulse,resolv.conf,ssl,X11,xdg
|
|
|
|
# Redirect
|
|
include electron.profile
|