aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--README.md2
-rw-r--r--RELNOTES2
-rw-r--r--etc/profile-a-l/ipcalc-ng.profile9
-rw-r--r--etc/profile-a-l/ipcalc.profile61
-rw-r--r--src/firecfg/firecfg.config2
6 files changed, 76 insertions, 3 deletions
diff --git a/README b/README
index 3660c71e6..3faa88350 100644
--- a/README
+++ b/README
@@ -44,9 +44,10 @@ Committers
44- Fred-Barclay (https://github.com/Fred-Barclay) 44- Fred-Barclay (https://github.com/Fred-Barclay)
45- Kelvin M. Klann (https://github.com/kmk3) 45- Kelvin M. Klann (https://github.com/kmk3)
46- Kristóf Marussy (https://github.com/kris7t) 46- Kristóf Marussy (https://github.com/kris7t)
47- Neo00001 (https://github.com/Neo00001)
47- Reiner Herrmann (https://github.com/reinerh - Debian/Ubuntu maintainer) 48- Reiner Herrmann (https://github.com/reinerh - Debian/Ubuntu maintainer)
48- rusty-snake (https://github.com/rusty-snake) 49- rusty-snake (https://github.com/rusty-snake)
49- smithsohu (https://github.com/smitsohu) 50- smitsohu (https://github.com/smitsohu)
50- SkewedZeppelin (https://github.com/SkewedZeppelin) 51- SkewedZeppelin (https://github.com/SkewedZeppelin)
51- startx2017 (https://github.com/startx2017) - LTS and *bugfixes branches maintainer) 52- startx2017 (https://github.com/startx2017) - LTS and *bugfixes branches maintainer)
52- Topi Miettinen (https://github.com/topimiettinen) 53- Topi Miettinen (https://github.com/topimiettinen)
diff --git a/README.md b/README.md
index db088ddf6..4e0d2a91a 100644
--- a/README.md
+++ b/README.md
@@ -237,4 +237,4 @@ Stats:
237 237
238### New profiles: 238### New profiles:
239 239
240vmware-view, display-im6.q16 240vmware-view, display-im6.q16, ipcalc, ipcalc-ng
diff --git a/RELNOTES b/RELNOTES
index 98ae118a3..1d5cebd10 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
1firejail (0.9.65) baseline; urgency=low 1firejail (0.9.65) baseline; urgency=low
2 * filtering environment variables 2 * filtering environment variables
3 * zsh completion 3 * zsh completion
4 * new profiles: vmware-view, display-im6.q16 4 * new profiles: vmware-view, display-im6.q16, ipcalc, ipcalc-ng
5 -- netblue30 <netblue30@yahoo.com> Tue, 9 Feb 2021 09:00:00 -0500 5 -- netblue30 <netblue30@yahoo.com> Tue, 9 Feb 2021 09:00:00 -0500
6 6
7firejail (0.9.64.4) baseline; urgency=low 7firejail (0.9.64.4) baseline; urgency=low
diff --git a/etc/profile-a-l/ipcalc-ng.profile b/etc/profile-a-l/ipcalc-ng.profile
new file mode 100644
index 000000000..e3fe118c3
--- /dev/null
+++ b/etc/profile-a-l/ipcalc-ng.profile
@@ -0,0 +1,9 @@
1# Firejail profile ipcalc-ng
2# This file is overwritten after every install/update
3quiet
4# Persistent local customizations
5include ipcalc-ng.local
6# Persistent global definitions
7include globals.local
8
9include ipcalc.profile
diff --git a/etc/profile-a-l/ipcalc.profile b/etc/profile-a-l/ipcalc.profile
new file mode 100644
index 000000000..b9f2b3c67
--- /dev/null
+++ b/etc/profile-a-l/ipcalc.profile
@@ -0,0 +1,61 @@
1# Firejail profile for ipcalc
2# This file is overwritten after every install/update
3quiet
4# Persistent local customizations
5include ipcalc.local
6# Persistent global definitions
7include globals.local
8
9
10
11include disable-common.inc
12include disable-devel.inc
13include disable-exec.inc
14# include disable-interpreters.inc - using perl
15include disable-passwdmgr.inc
16include disable-programs.inc
17# include disable-shell.inc
18include disable-write-mnt.inc
19include disable-xdg.inc
20
21# include whitelist-common.inc
22include whitelist-runuser-common.inc
23include whitelist-usr-share-common.inc
24include whitelist-var-common.inc
25
26# apparmor
27caps.drop all
28ipc-namespace
29# machine-id
30net none
31netfilter
32no3d
33nodvd
34nogroups
35nonewprivs
36noroot
37nosound
38notv
39nou2f
40novideo
41# protocol unix
42seccomp
43shell none
44# tracelog
45
46disable-mnt
47private
48private-bin bash,sh,perl,ipcalc,ipcalc-ng
49# private-cache
50private-dev
51# empty etc directory
52private-etc none
53private-lib
54private-opt none
55private-tmp
56
57dbus-user none
58dbus-system none
59
60# memory-deny-write-execute
61# read-only ${HOME}
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index d056d0654..8c5d035f7 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -375,6 +375,8 @@ impressive
375inkscape 375inkscape
376inkview 376inkview
377inox 377inox
378ipcalc
379ipcalc-ng
378iridium 380iridium
379iridium-browser 381iridium-browser
380jd-gui 382jd-gui