summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--README1
-rw-r--r--etc/soffice.profile5
-rw-r--r--src/firecfg/firecfg.config1
4 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 1a5a9160d..b21200180 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -207,6 +207,7 @@ realinstall:
207 install -c -m 0644 .etc/loweb.profile $(DESTDIR)/$(sysconfdir)/firejail/. 207 install -c -m 0644 .etc/loweb.profile $(DESTDIR)/$(sysconfdir)/firejail/.
208 install -c -m 0644 .etc/lowriter.profile $(DESTDIR)/$(sysconfdir)/firejail/. 208 install -c -m 0644 .etc/lowriter.profile $(DESTDIR)/$(sysconfdir)/firejail/.
209 install -c -m 0644 .etc/pix.profile $(DESTDIR)/$(sysconfdir)/firejail/. 209 install -c -m 0644 .etc/pix.profile $(DESTDIR)/$(sysconfdir)/firejail/.
210 install -c -m 0644 .etc/soffice.profile $(DESTDIR)/$(sysconfdir)/firejail/.
210 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 211 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
211 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/. 212 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.
212 rm -fr .etc 213 rm -fr .etc
diff --git a/README b/README
index 9dfbbec14..087e4f07d 100644
--- a/README
+++ b/README
@@ -51,6 +51,7 @@ avoidr (https://github.com/avoidr)
51 - paths fix 51 - paths fix
52 - lots of profile fixes 52 - lots of profile fixes
53 - added mcabber profile 53 - added mcabber profile
54 - fixed mpv profile
54Ruan (https://github.com/ruany) 55Ruan (https://github.com/ruany)
55 - fixed hexchat profile 56 - fixed hexchat profile
56Vasya Novikov (https://github.com/vn971) 57Vasya Novikov (https://github.com/vn971)
diff --git a/etc/soffice.profile b/etc/soffice.profile
new file mode 100644
index 000000000..fecd08822
--- /dev/null
+++ b/etc/soffice.profile
@@ -0,0 +1,5 @@
1################################
2# LibreOffice profile
3################################
4include /etc/firejail/libreoffice.profile
5
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index ee90a6d89..7340e430e 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -115,6 +115,7 @@ loimpres
115lomath 115lomath
116loweb 116loweb
117lowriter 117lowriter
118soffice
118Mathematica 119Mathematica
119mathematica 120mathematica
120okular 121okular