mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
39 lines
846 B
Text
39 lines
846 B
Text
# Firejail profile for surf
|
|
# Description: Simple web browser by suckless community
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include surf.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.surf
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
|
|
mkdir ${HOME}/.surf
|
|
whitelist ${HOME}/.surf
|
|
whitelist ${DOWNLOADS}
|
|
include whitelist-common.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin ls,surf,sh,bash,curl,dmenu,printf,sed,sleep,st,stterm,xargs,xprop
|
|
private-dev
|
|
private-etc alternatives,passwd,group,hosts,resolv.conf,fonts,ssl,pki,ca-certificates,crypto-policies
|
|
private-tmp
|
|
|