aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-11-24 19:57:41 +0000
committerLibravatar GitHub <noreply@github.com>2019-11-24 19:57:41 +0000
commit1a4aafd9c70240530e95fd25c3adc7f9f1e4e4a9 (patch)
treec89639efb1e34b1f7f4deb57fc5879044f8c6ed5
parentAdd new profile: cameramonitor (#3056) (diff)
downloadfirejail-1a4aafd9c70240530e95fd25c3adc7f9f1e4e4a9.tar.gz
firejail-1a4aafd9c70240530e95fd25c3adc7f9f1e4e4a9.tar.zst
firejail-1a4aafd9c70240530e95fd25c3adc7f9f1e4e4a9.zip
Add new profile: ddgtk (#3057)
* Create ddgtk.profile * Add ddgtk to firecfg.config
-rw-r--r--etc/ddgtk.profile55
-rw-r--r--src/firecfg/firecfg.config1
2 files changed, 56 insertions, 0 deletions
diff --git a/etc/ddgtk.profile b/etc/ddgtk.profile
new file mode 100644
index 000000000..8727a3cb3
--- /dev/null
+++ b/etc/ddgtk.profile
@@ -0,0 +1,55 @@
1# Firejail profile for ddgtk
2# Description: A frontend GUI to dd for making bootable USB disks
3# This file is overwritten after every install/update
4# Persistent local customizations
5include ddgtk.local
6# Persistent global definitions
7include globals.local
8
9# Allow python (blacklisted by disable-interpreters.inc)
10include allow-python2.inc
11include allow-python3.inc
12
13whitelist ${DOWNLOADS}
14
15include disable-common.inc
16include disable-devel.inc
17include disable-exec.inc
18include disable-interpreters.inc
19include disable-passwdmgr.inc
20include disable-programs.inc
21include disable-xdg.inc
22
23whitelist /usr/share/ddgtk
24include whitelist-common.inc
25include whitelist-usr-share-common.inc
26include whitelist-var-common.inc
27
28apparmor
29caps.drop all
30ipc-namespace
31machine-id
32net none
33no3d
34nodbus
35nodvd
36nogroups
37nonewprivs
38noroot
39nosound
40notv
41nou2f
42novideo
43protocol unix
44seccomp
45shell none
46tracelog
47x11 none
48
49disable-mnt
50private-bin bash,dd,ddgtk,grep,lsblk,python*,sed,sh,tr
51private-cache
52private-etc alternatives,fonts
53private-tmp
54
55# memory-deny-write-execute - breaks on Arch
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index ffedf486f..9a0b6b673 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -134,6 +134,7 @@ cvlc
134cyberfox 134cyberfox
135darktable 135darktable
136dconf-editor 136dconf-editor
137ddgtk
137deadbeef 138deadbeef
138deluge 139deluge
139devhelp 140devhelp