mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Fix the fix
Forgot to take out [libplotinus.so](https://github.com/p-e-w/plotinus). Something I use myself in all GTK apps, but which isn't needed whatsoever for gnome-calculator.
This commit is contained in:
parent
6216347485
commit
620d3f93fb
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ shell none
|
|||
disable-mnt
|
||||
private-bin gnome-calculator
|
||||
private-dev
|
||||
private-lib gdk-pixbuf-2.0,gio,girepository-1.0,gvfs,libgconf-2.so.4,libgnutls.so.30,libplotinus.so,libproxy.so.1,librsvg-2.so.2,libxml2.so.2
|
||||
private-lib gdk-pixbuf-2.0,gio,girepository-1.0,gvfs,libgconf-2.so.4,libgnutls.so.30,libproxy.so.1,librsvg-2.so.2,libxml2.so.2
|
||||
private-tmp
|
||||
|
||||
#memory-deny-write-execute - breaks on Arch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue