mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* Create eo-common.profile * Refactor eog.profile * Refactor eom.profile * Keep private-bin in eog.profile * Keep private-bin in eom.profile * Place private-bin back in eog/eom profiles
47 lines
982 B
Text
47 lines
982 B
Text
# Firejail profile for eo-common
|
|
# Description: Common profile for Eye of GNOME/MATE graphics viewer program
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include eo-common.local
|
|
# Persistent global definitions
|
|
# already included by caller profile
|
|
#include globals.local
|
|
|
|
noblacklist ${HOME}/.local/share/Trash
|
|
noblacklist ${HOME}/.Steam
|
|
noblacklist ${HOME}/.steam
|
|
|
|
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 whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
machine-id
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,netlink
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
private-cache
|
|
private-dev
|
|
private-etc alternatives,dconf,fonts,gtk-3.0
|
|
private-lib eog,eom,gdk-pixbuf-2.*,gio,girepository-1.*,gvfs,libgconf-2.so.*
|
|
private-tmp
|
|
|
|
#memory-deny-write-execute - breaks on Arch
|