mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* add disable-exec.inc to all profiles with apparmor - #2385 #2505 * drop disable-exec.inc from generic electron.profile
42 lines
1,003 B
Text
42 lines
1,003 B
Text
# Firejail profile for totem
|
|
# Description: Simple media player for the GNOME desktop based on GStreamer
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include totem.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/totem
|
|
noblacklist ${HOME}/.local/share/totem
|
|
noblacklist ${MUSIC}
|
|
noblacklist ${VIDEOS}
|
|
|
|
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-xdg.inc
|
|
|
|
include whitelist-var-common.inc
|
|
|
|
# apparmor - makes settings immutable
|
|
caps.drop all
|
|
netfilter
|
|
# nodbus - makes settings immutable
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nou2f
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
|
|
private-bin totem
|
|
# totem needs access to ~/.cache/tracker or it exits
|
|
#private-cache
|
|
private-dev
|
|
# private-etc alternatives,fonts,machine-id,pulse,asound.conf,ca-certificates,ssl,pki,crypto-policies
|
|
private-tmp
|
|
|