aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-07-19 19:08:10 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-07-19 19:08:10 +0200
commit31dc1218aaa598dbb0a75495712a956155fc8f2b (patch)
tree9bd5cf1793fc4fa011464fcd9d1ef93fd66b9df7
parentremoce pandoc from firecfg (diff)
downloadfirejail-31dc1218aaa598dbb0a75495712a956155fc8f2b.tar.gz
firejail-31dc1218aaa598dbb0a75495712a956155fc8f2b.tar.zst
firejail-31dc1218aaa598dbb0a75495712a956155fc8f2b.zip
fixups
-rw-r--r--Makefile.in2
-rw-r--r--etc/profile-a-l/gnome-calculator.profile3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cb09b8bdb..8cbba12e9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -176,7 +176,9 @@ DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcop
176 176
177dist: 177dist:
178 mv config.status config.status.old 178 mv config.status config.status.old
179 mv mkdeb.sh mkdeb.sh.old
179 make distclean 180 make distclean
181 mv mkdeb.sh.old mkdeb.sh
180 mv config.status.old config.status 182 mv config.status.old config.status
181 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz 183 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
182 mkdir -p $(NAME)-$(VERSION)/test 184 mkdir -p $(NAME)-$(VERSION)/test
diff --git a/etc/profile-a-l/gnome-calculator.profile b/etc/profile-a-l/gnome-calculator.profile
index cf5d5390a..ceb01f2a0 100644
--- a/etc/profile-a-l/gnome-calculator.profile
+++ b/etc/profile-a-l/gnome-calculator.profile
@@ -25,7 +25,8 @@ apparmor
25caps.drop all 25caps.drop all
26ipc-namespace 26ipc-namespace
27machine-id 27machine-id
28net none 28#net none -- breaks currency conversion
29netfilter
29no3d 30no3d
30nodvd 31nodvd
31nogroups 32nogroups