aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-07-12 08:36:59 +0000
committerLibravatar GitHub <noreply@github.com>2019-07-12 08:36:59 +0000
commit97ef0e304dd9ce2961d76c1b0bb96e9cbb68d34e (patch)
tree45a4625d874b26ec6e11eb62be67cafdcd080429
parentrename some variables so they don't shadow others with same name (diff)
parentipc-namespace breaks galculator on archlinux (diff)
downloadfirejail-97ef0e304dd9ce2961d76c1b0bb96e9cbb68d34e.tar.gz
firejail-97ef0e304dd9ce2961d76c1b0bb96e9cbb68d34e.tar.zst
firejail-97ef0e304dd9ce2961d76c1b0bb96e9cbb68d34e.zip
Merge pull request #2855 from veloute/galc-fix
ipc-namespace breaks galculator on archlinux
-rw-r--r--etc/galculator.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/galculator.profile b/etc/galculator.profile
index ffbeb67b7..f757aed69 100644
--- a/etc/galculator.profile
+++ b/etc/galculator.profile
@@ -24,7 +24,7 @@ include whitelist-var-common.inc
24apparmor 24apparmor
25caps.drop all 25caps.drop all
26#hostname galculator - breaks Arch Linux 26#hostname galculator - breaks Arch Linux
27ipc-namespace 27#ipc-namespace
28net none 28net none
29nodbus 29nodbus
30nodvd 30nodvd