mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
45 lines
970 B
Text
45 lines
970 B
Text
# Firejail profile for gnome-calculator
|
|
# Description: GNOME desktop calculator
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include gnome-calculator.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
include whitelist-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
# apparmor - makes settings immutable
|
|
caps.drop all
|
|
# net none
|
|
netfilter
|
|
no3d
|
|
# nodbus - makes settings immutable
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
|
|
disable-mnt
|
|
private-bin gnome-calculator
|
|
private-dev
|
|
private-lib gdk-pixbuf-2.*,gio,girepository-1.*,gvfs,libgconf-2.so.*,libgnutls.so.*,libproxy.so.*,librsvg-2.so.*,libxml2.so.*
|
|
private-tmp
|
|
|
|
#memory-deny-write-execute - breaks on Arch
|
|
noexec ${HOME}
|
|
noexec /tmp
|