-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added minitube profile Initial * Second Removed no3d,added novideo
- Loading branch information
Showing
3 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# Firejail profile for minitube | ||
# Description: Native Youtube viewer for Linux | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include minitube.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
noblacklist ${PICTURES} | ||
noblacklist ${HOME}/.cache/Flavio Tordini | ||
noblacklist ${HOME}/.config/Flavio Tordini | ||
noblacklist ${HOME}/.local/share/Flavio Tordini | ||
|
||
include allow-lua.inc | ||
|
||
include disable-common.inc | ||
include disable-devel.inc | ||
include disable-exec.inc | ||
include disable-interpreters.inc | ||
include disable-passwdmgr.inc | ||
include disable-programs.inc | ||
include disable-shell.inc | ||
include disable-xdg.inc | ||
|
||
mkdir ${HOME}/.cache/Flavio Tordini | ||
mkdir ${HOME}/.config/Flavio Tordini | ||
mkdir ${HOME}/.local/share/Flavio Tordini | ||
whitelist ${PICTURES} | ||
whitelist ${HOME}/.cache/Flavio Tordini | ||
whitelist ${HOME}/.config/Flavio Tordini | ||
whitelist ${HOME}/.local/share/Flavio Tordini | ||
whitelist /usr/share/minitube | ||
include whitelist-common.inc | ||
include whitelist-runuser-common.inc | ||
include whitelist-usr-share-common.inc | ||
include whitelist-var-common.inc | ||
|
||
apparmor | ||
caps.drop all | ||
netfilter | ||
nodvd | ||
nogroups | ||
nonewprivs | ||
noroot | ||
notv | ||
nou2f | ||
novideo | ||
protocol unix,inet,inet6,netlink | ||
seccomp | ||
shell none | ||
tracelog | ||
|
||
disable-mnt | ||
private-bin minitube | ||
private-cache | ||
private-dev | ||
private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,drirc,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,mime.types,nsswitch.conf,pki,pulse,resolv.conf,selinux,ssl,X11,xdg | ||
private-tmp | ||
|
||
dbus-user none | ||
dbus-system none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -455,6 +455,7 @@ min | |
mindless | ||
minecraft-launcher | ||
minetest | ||
minitube | ||
mirrormagic | ||
mocp | ||
mousepad | ||
|