aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-01-29 19:09:27 +0000
committerLibravatar GitHub <noreply@github.com>2020-01-29 19:09:27 +0000
commitcb918b683b30ec54476bf4db93eee66525e981a3 (patch)
tree888877fd078cf38c180a8b586f7ab6adcf8bb529 /etc
parentfix private-lib for Gentoo in zathura.profile (diff)
downloadfirejail-cb918b683b30ec54476bf4db93eee66525e981a3.tar.gz
firejail-cb918b683b30ec54476bf4db93eee66525e981a3.tar.zst
firejail-cb918b683b30ec54476bf4db93eee66525e981a3.zip
fix private-lib for Gentoo in geekbench.profile
Thanks to @s-hamman for reporting this in the comments of #3193.
Diffstat (limited to 'etc')
-rw-r--r--etc/geekbench.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/geekbench.profile b/etc/geekbench.profile
index bf9d27788..36f9f2a55 100644
--- a/etc/geekbench.profile
+++ b/etc/geekbench.profile
@@ -43,7 +43,7 @@ private-bin bash,geekbenc*,sh
43private-cache 43private-cache
44private-dev 44private-dev
45private-etc alternatives,group,lsb-release,passwd 45private-etc alternatives,group,lsb-release,passwd
46private-lib libstdc++.so.* 46private-lib gcc/*/*/libstdc++.so.*
47private-opt none 47private-opt none
48private-tmp 48private-tmp
49 49