mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
45 lines
854 B
Text
45 lines
854 B
Text
# Firejail profile for cheese
|
|
# Description: taking pictures and movies from a webcam
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include cheese.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${VIDEOS}
|
|
noblacklist ${PICTURES}
|
|
|
|
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
|
|
|
|
whitelist ${VIDEOS}
|
|
whitelist ${PICTURES}
|
|
include whitelist-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
machine-id
|
|
net none
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin cheese
|
|
private-cache
|
|
private-etc alternatives,fonts,drirc,clutter-1.0,gtk-3.0,dconf
|
|
private-tmp
|