mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Optional/commented entries usually go there. See also the top comments on firefox-common.profile. Relates to #5058.
66 lines
1.4 KiB
Text
66 lines
1.4 KiB
Text
# Firejail profile for wget
|
|
# Description: Retrieves files from the web
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include wget.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
# If you use nvm, add the below lines to your wget.local
|
|
#ignore read-only ${HOME}/.nvm
|
|
#noblacklist ${HOME}/.nvm
|
|
|
|
noblacklist ${HOME}/.config/wget
|
|
noblacklist ${HOME}/.local/share/wget
|
|
noblacklist ${HOME}/.netrc
|
|
noblacklist ${HOME}/.wget-hsts
|
|
noblacklist ${HOME}/.wgetrc
|
|
|
|
blacklist ${RUNUSER}
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-shell.inc
|
|
include disable-x11.inc
|
|
# Depending on workflow you can add the next line to your wget.local.
|
|
#include disable-xdg.inc
|
|
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
machine-id
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
seccomp.block-secondary
|
|
tracelog
|
|
|
|
private-bin wget
|
|
private-cache
|
|
private-dev
|
|
# Depending on workflow you can add the next line to your wget.local.
|
|
#private-etc alternatives,ca-certificates,crypto-policies,pki,resolv.conf,ssl,wget2rc,wgetrc
|
|
#private-tmp
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
memory-deny-write-execute
|
|
restrict-namespaces
|