mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* disable-shell.inc * add disable-shell.inc to all profiles with a … … private-bin line without bash/sh except profiles with redirect profiles. * add it to some more profiles * exclude aria2c.profile
38 lines
746 B
Text
38 lines
746 B
Text
# Firejail profile for zart
|
|
# Description: A GUI for G'MIC real-time manipulations on the output of a webcam
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include zart.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${DOCUMENTS}
|
|
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-shell.inc
|
|
include disable-xdg.inc
|
|
|
|
caps.drop all
|
|
ipc-namespace
|
|
net none
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
|
|
private-bin ffmpeg,ffplay,ffprobe,melt,zart
|
|
private-dev
|
|
|
|
dbus-user none
|
|
dbus-system none
|