aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-04-18 02:36:55 +0000
committerLibravatar GitHub <noreply@github.com>2023-04-18 02:36:55 +0000
commit7140573b9269b04cc36f5a9bd34a861ed2feb380 (patch)
treeadaf50c9d1d61a5c28570e09b93f4ed37168eae3
parentbuild(deps): bump actions/checkout from 3.5.0 to 3.5.2 (diff)
downloadfirejail-7140573b9269b04cc36f5a9bd34a861ed2feb380.tar.gz
firejail-7140573b9269b04cc36f5a9bd34a861ed2feb380.tar.zst
firejail-7140573b9269b04cc36f5a9bd34a861ed2feb380.zip
New profile: url-eater (#5780)
* Create url-eater.profile * RELNOTES: add url-eater to 'new profiles'
-rw-r--r--RELNOTES2
-rw-r--r--etc/profile-m-z/url-eater.profile58
-rw-r--r--src/firecfg/firecfg.config1
3 files changed, 60 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 72cfa336e..6452e11ff 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -30,7 +30,7 @@ firejail (0.9.73) baseline; urgency=low
30 * docs: markdown formatting and misc improvements (#5757) 30 * docs: markdown formatting and misc improvements (#5757)
31 * legal: selinux.c: Split Copyright notice & use same license as upstream 31 * legal: selinux.c: Split Copyright notice & use same license as upstream
32 (#5667) 32 (#5667)
33 * new profiles: fix-qdf, qpdf, zlib-flate, standard-notes 33 * new profiles: fix-qdf, qpdf, zlib-flate, standard-notes, url-eater
34 -- netblue30 <netblue30@yahoo.com> Mon, 17 Jan 2023 09:00:00 -0500 34 -- netblue30 <netblue30@yahoo.com> Mon, 17 Jan 2023 09:00:00 -0500
35 35
36firejail (0.9.72) baseline; urgency=low 36firejail (0.9.72) baseline; urgency=low
diff --git a/etc/profile-m-z/url-eater.profile b/etc/profile-m-z/url-eater.profile
new file mode 100644
index 000000000..a894ff0f6
--- /dev/null
+++ b/etc/profile-m-z/url-eater.profile
@@ -0,0 +1,58 @@
1# Firejail profile for url-eater
2# Description: Clean unnecessary parameters from URLs copied to clipboard
3# This file is overwritten after every install/update
4# Persistent local customizations
5include url-eater.local
6# Persistent global definitions
7include globals.local
8
9include disable-common.inc
10include disable-devel.inc
11include disable-exec.inc
12include disable-interpreters.inc
13include disable-proc.inc
14include disable-programs.inc
15include disable-shell.inc
16include disable-xdg.inc
17
18include whitelist-common.inc
19include whitelist-run-common.inc
20include whitelist-runuser-common.inc
21include whitelist-usr-share-common.inc
22include whitelist-var-common.inc
23
24apparmor
25caps.drop all
26ipc-namespace
27machine-id
28net none
29no3d
30nodvd
31nogroups
32noinput
33nonewprivs
34noprinters
35noroot
36nosound
37notv
38nou2f
39novideo
40protocol unix
41seccomp
42seccomp.block-secondary
43tracelog
44
45disable-mnt
46private-bin url-eater
47private-cache
48private-dev
49private-etc url-eater.kdl
50private-lib
51#private-tmp # breaks on Arch
52
53dbus-user none
54dbus-system none
55
56memory-deny-write-execute
57read-only ${HOME}
58restrict-namespaces
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 94e8b9194..1e996ef72 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -883,6 +883,7 @@ unbound
883unf 883unf
884unknown-horizons 884unknown-horizons
885# unzstd - disable until we fix CLI archivers for makepkg on Arch (see discussion in #3095) 885# unzstd - disable until we fix CLI archivers for makepkg on Arch (see discussion in #3095)
886url-eater
886utox 887utox
887uudeview 888uudeview
888uzbl-browser 889uzbl-browser