aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-03-14 23:04:43 +0000
committerLibravatar GitHub <noreply@github.com>2023-03-14 23:04:43 +0000
commit59a8b943d20347839a8807be6e7dff9eb15cf569 (patch)
tree169dfd2640f8c6eaa4617e6b42ad6b645928dfc8
parentMerge pull request #5325 from pirate486743186/tutanota-desktop.profile-fix (diff)
downloadfirejail-59a8b943d20347839a8807be6e7dff9eb15cf569.tar.gz
firejail-59a8b943d20347839a8807be6e7dff9eb15cf569.tar.zst
firejail-59a8b943d20347839a8807be6e7dff9eb15cf569.zip
profiles: streamline seccomp socket comment (#5735)
No functional changes. Relates to #639.
-rw-r--r--etc/profile-a-l/chafa.profile1
-rw-r--r--etc/profile-a-l/gdu.profile2
-rw-r--r--etc/profile-m-z/pngquant.profile2
-rw-r--r--etc/profile-m-z/qpdf.profile2
4 files changed, 4 insertions, 3 deletions
diff --git a/etc/profile-a-l/chafa.profile b/etc/profile-a-l/chafa.profile
index 72f79681d..f21a34f36 100644
--- a/etc/profile-a-l/chafa.profile
+++ b/etc/profile-a-l/chafa.profile
@@ -39,6 +39,7 @@ nosound
39notv 39notv
40nou2f 40nou2f
41novideo 41novideo
42# block socket syscall to simulate empty protocol option (see #639)
42seccomp socket 43seccomp socket
43seccomp.block-secondary 44seccomp.block-secondary
44tracelog 45tracelog
diff --git a/etc/profile-a-l/gdu.profile b/etc/profile-a-l/gdu.profile
index 4eb94edf4..4066a1ebf 100644
--- a/etc/profile-a-l/gdu.profile
+++ b/etc/profile-a-l/gdu.profile
@@ -26,7 +26,7 @@ nosound
26notv 26notv
27nou2f 27nou2f
28novideo 28novideo
29# block the socket syscall to simulate an be empty protocol line, see #639 29# block socket syscall to simulate empty protocol option (see #639)
30seccomp socket 30seccomp socket
31seccomp.block-secondary 31seccomp.block-secondary
32x11 none 32x11 none
diff --git a/etc/profile-m-z/pngquant.profile b/etc/profile-m-z/pngquant.profile
index 34199a08d..481bade92 100644
--- a/etc/profile-m-z/pngquant.profile
+++ b/etc/profile-m-z/pngquant.profile
@@ -38,7 +38,7 @@ nosound
38notv 38notv
39nou2f 39nou2f
40novideo 40novideo
41# block the socket syscall to simulate an be empty protocol line, see #639 41# block socket syscall to simulate empty protocol option (see #639)
42seccomp socket 42seccomp socket
43tracelog 43tracelog
44x11 none 44x11 none
diff --git a/etc/profile-m-z/qpdf.profile b/etc/profile-m-z/qpdf.profile
index 0c1e09e92..7234f2bc2 100644
--- a/etc/profile-m-z/qpdf.profile
+++ b/etc/profile-m-z/qpdf.profile
@@ -46,7 +46,7 @@ nosound
46notv 46notv
47nou2f 47nou2f
48novideo 48novideo
49# block the socket syscall to simulate an be empty protocol line, see #639 49# block socket syscall to simulate empty protocol option (see #639)
50seccomp socket 50seccomp socket
51tracelog 51tracelog
52x11 none 52x11 none