aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-03-12 14:43:11 -0400
committerLibravatar Tad <tad@spotco.us>2018-03-12 14:43:11 -0400
commit66f9edf9bb5fbef9d2299b84bf8ffe85248e0cd1 (patch)
tree2199fcf51cca6e76d39d9ee1e04346b65bf88713
parentRemove mdwe from viewnior - fix #1808 (diff)
downloadfirejail-66f9edf9bb5fbef9d2299b84bf8ffe85248e0cd1.tar.gz
firejail-66f9edf9bb5fbef9d2299b84bf8ffe85248e0cd1.tar.zst
firejail-66f9edf9bb5fbef9d2299b84bf8ffe85248e0cd1.zip
Add a profile for gnome-builder
-rw-r--r--README.md2
-rw-r--r--RELNOTES2
-rw-r--r--etc/gnome-builder.profile25
-rw-r--r--src/firecfg/firecfg.config1
4 files changed, 28 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd3518c27..8ff75b46a 100644
--- a/README.md
+++ b/README.md
@@ -244,4 +244,4 @@ firefox-common-addons.inc in firefox-common.profile.
244 244
245Basilisk browser, Tor Browser language packs, PlayOnLinux, sylpheed, discord-canary, 245Basilisk browser, Tor Browser language packs, PlayOnLinux, sylpheed, discord-canary,
246pycharm-community, pycharm-professional, Pitivi, OnionShare, Fritzing, Kaffeine, pdfchain, 246pycharm-community, pycharm-professional, Pitivi, OnionShare, Fritzing, Kaffeine, pdfchain,
247tilp, vivaldi-snapshot, bitcoin-qt, VS Code, falkon 247tilp, vivaldi-snapshot, bitcoin-qt, VS Code, falkon, gnome-builder
diff --git a/RELNOTES b/RELNOTES
index 682e40d0e..8e9f65501 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -26,7 +26,7 @@ firejail (0.9.53) baseline; urgency=low
26 * new profiles: basilisk, Tor Browser language packs, PlayOnLinux, sylpheed, 26 * new profiles: basilisk, Tor Browser language packs, PlayOnLinux, sylpheed,
27 * new profiles: discord-canary, pycharm-community, pycharm-professional, 27 * new profiles: discord-canary, pycharm-community, pycharm-professional,
28 * new profiles: pdfchain, tilp, vivaldi-snapshot, bitcoin-qt, kaffeine, VS Code, 28 * new profiles: pdfchain, tilp, vivaldi-snapshot, bitcoin-qt, kaffeine, VS Code,
29 * new profiles: falkon 29 * new profiles: falkon, gnome-builder
30 -- netblue30 <netblue30@yahoo.com> Thu, 1 Mar 2018 08:00:00 -0500 30 -- netblue30 <netblue30@yahoo.com> Thu, 1 Mar 2018 08:00:00 -0500
31 31
32firejail (0.9.52) baseline; urgency=low 32firejail (0.9.52) baseline; urgency=low
diff --git a/etc/gnome-builder.profile b/etc/gnome-builder.profile
new file mode 100644
index 000000000..a5a48e97a
--- /dev/null
+++ b/etc/gnome-builder.profile
@@ -0,0 +1,25 @@
1# Firejail profile for gnome-builder
2# This file is overwritten after every install/update
3# Persistent local customizations
4include /etc/firejail/gnome-builder.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7
8include /etc/firejail/disable-common.inc
9include /etc/firejail/disable-passwdmgr.inc
10include /etc/firejail/disable-programs.inc
11
12caps.drop all
13ipc-namespace
14netfilter
15nodvd
16nogroups
17nonewprivs
18noroot
19notv
20novideo
21protocol unix,inet,inet6
22seccomp
23shell none
24
25private-dev
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 4eb01c5b5..3cf5df1c1 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -141,6 +141,7 @@ gitter
141gjs 141gjs
142globaltime 142globaltime
143gnome-2048 143gnome-2048
144gnome-builder
144gnome-books 145gnome-books
145gnome-calculator 146gnome-calculator
146gnome-chess 147gnome-chess