summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-12 17:29:07 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-12 17:29:07 -0500
commitd88a941d52456e4cc9e3b84d08e4c85bd48a1c2d (patch)
treeb9464b31a62e3dda4a8747254db9d9d972ab75de /Makefile.in
parentseccomp fixes (diff)
downloadfirejail-d88a941d52456e4cc9e3b84d08e4c85bd48a1c2d.tar.gz
firejail-d88a941d52456e4cc9e3b84d08e4c85bd48a1c2d.tar.zst
firejail-d88a941d52456e4cc9e3b84d08e4c85bd48a1c2d.zip
split out terminal blacklisting in disable-terminals.inc
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 1ed3e4df1..c4b3d238a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -136,6 +136,7 @@ realinstall:
136 install -c -m 0644 .etc/Mathematica.profile $(DESTDIR)/$(sysconfdir)/firejail/. 136 install -c -m 0644 .etc/Mathematica.profile $(DESTDIR)/$(sysconfdir)/firejail/.
137 install -c -m 0644 .etc/uget-gtk.profile $(DESTDIR)/$(sysconfdir)/firejail/. 137 install -c -m 0644 .etc/uget-gtk.profile $(DESTDIR)/$(sysconfdir)/firejail/.
138 install -c -m 0644 .etc/mupen64plus.profile $(DESTDIR)/$(sysconfdir)/firejail/. 138 install -c -m 0644 .etc/mupen64plus.profile $(DESTDIR)/$(sysconfdir)/firejail/.
139 install -c -m 0644 .etc/disable-terminals.inc $(DESTDIR)/$(sysconfdir)/firejail/.
139 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 140 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
140 rm -fr .etc 141 rm -fr .etc
141 # man pages 142 # man pages