mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
55 lines
1,019 B
Text
55 lines
1,019 B
Text
# Firejail profile for regextester
|
|
# Description: A simple regex tester built for Pantheon Shell
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include regextester.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
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-xdg.inc
|
|
|
|
whitelist /usr/share/com.github.artemanufrij.regextester
|
|
include whitelist-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
machine-id
|
|
net none
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin regextester
|
|
private-cache
|
|
private-dev
|
|
private-etc
|
|
private-lib libgranite.so.*
|
|
private-tmp
|
|
|
|
dbus-user filter
|
|
dbus-user.talk ca.desrt.dconf
|
|
dbus-system none
|
|
|
|
# never write anything
|
|
read-only ${HOME}
|
|
restrict-namespaces
|