mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
45 lines
801 B
Text
45 lines
801 B
Text
# Firejail profile for unzip
|
|
# Description: De-archiver for .zip files
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include unzip.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
# GNOME Shell integration (chrome-gnome-shell)
|
|
noblacklist ${HOME}/.local/share/gnome-shell
|
|
|
|
blacklist /tmp/.X11-unix
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
|
|
caps.drop all
|
|
ipc-namespace
|
|
machine-id
|
|
hostname unzip
|
|
net none
|
|
no3d
|
|
nodbus
|
|
nodvd
|
|
#nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
private-bin unzip
|
|
private-cache
|
|
private-dev
|
|
private-etc alternatives,passwd,group,localtime
|