mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
40 lines
765 B
Text
40 lines
765 B
Text
# Firejail profile for gnome-builder
|
|
# Description: IDE for GNOME
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include gnome-builder.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.bash_history
|
|
|
|
noblacklist ${HOME}/.cache/gnome-builder
|
|
noblacklist ${HOME}/.config/gnome-builder
|
|
noblacklist ${HOME}/.local/share/gnome-builder
|
|
|
|
# Allows files commonly used by IDEs
|
|
include allow-common-devel.inc
|
|
|
|
include disable-common.inc
|
|
include disable-programs.inc
|
|
|
|
include whitelist-runuser-common.inc
|
|
|
|
caps.drop all
|
|
ipc-namespace
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
|
|
private-dev
|
|
|
|
read-write ${HOME}/.bash_history
|
|
restrict-namespaces
|