aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-08 07:57:11 -0400
committerLibravatar GitHub <noreply@github.com>2016-07-08 07:57:11 -0400
commit9062e6903466ebbfe30e3bae2f3fcfb65b1410de (patch)
tree462a3d37b45c0680b2762ad8d409fe679e46f2cf
parentkeybase.io (diff)
parentspelling correction (diff)
downloadfirejail-9062e6903466ebbfe30e3bae2f3fcfb65b1410de.tar.gz
firejail-9062e6903466ebbfe30e3bae2f3fcfb65b1410de.tar.zst
firejail-9062e6903466ebbfe30e3bae2f3fcfb65b1410de.zip
Merge pull request #621 from Fred-Barclay/proposed
Proposed
-rw-r--r--Makefile.in1
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--RELNOTES2
-rw-r--r--etc/atom.profile17
-rw-r--r--platform/debian/conffiles5
-rw-r--r--src/firecfg/firecfg.config1
7 files changed, 25 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 85e81fada..a5a3d7da9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -221,6 +221,7 @@ realinstall:
221 install -c -m 0644 .etc/less.profile $(DESTDIR)/$(sysconfdir)/firejail/. 221 install -c -m 0644 .etc/less.profile $(DESTDIR)/$(sysconfdir)/firejail/.
222 install -c -m 0644 .etc/Telegram.profile $(DESTDIR)/$(sysconfdir)/firejail/. 222 install -c -m 0644 .etc/Telegram.profile $(DESTDIR)/$(sysconfdir)/firejail/.
223 install -c -m 0644 .etc/atom-beta.profile $(DESTDIR)/$(sysconfdir)/firejail/. 223 install -c -m 0644 .etc/atom-beta.profile $(DESTDIR)/$(sysconfdir)/firejail/.
224 install -c -m 0644 .etc/atom.profile $(DESTDIR)/$(sysconfdir)/firejail/.
224 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 225 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
225 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/. 226 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.
226 rm -fr .etc 227 rm -fr .etc
diff --git a/README b/README
index ac05329c1..f00e7b377 100644
--- a/README
+++ b/README
@@ -54,7 +54,7 @@ Fred-Barclay (https://github.com/Fred-Barclay)
54 - added pix profile 54 - added pix profile
55 - added audacity profile 55 - added audacity profile
56 - fixed Telegram and qtox profiles 56 - fixed Telegram and qtox profiles
57 - added Atom Beta profile 57 - added Atom Beta and Atom profiles
58Jaykishan Mutkawoa (https://github.com/jmutkawoa) 58Jaykishan Mutkawoa (https://github.com/jmutkawoa)
59 - cpio profile 59 - cpio profile
60Paupiah Yash (https://github.com/CaffeinatedStud) 60Paupiah Yash (https://github.com/CaffeinatedStud)
diff --git a/README.md b/README.md
index e6757c6f1..877d2b556 100644
--- a/README.md
+++ b/README.md
@@ -102,5 +102,5 @@ Office: evince, gthumb, fbreader, pix
102 102
103## New security profiles 103## New security profiles
104 104
105Gitter, gThumb, mpv, Franz messenger, LibreOffice, pix, audacity, strings, xz, xzdec, gzip, cpio, less, Atom Beta 105Gitter, gThumb, mpv, Franz messenger, LibreOffice, pix, audacity, strings, xz, xzdec, gzip, cpio, less, Atom Beta, Atom
106 106
diff --git a/RELNOTES b/RELNOTES
index e48f7dc29..3d1004601 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -8,7 +8,7 @@ firejail (0.9.41) baseline; urgency=low
8 * some profiles have been converted to private-bin 8 * some profiles have been converted to private-bin
9 * new profiles: Gitter, gThumb, mpv, Franz messenger, LibreOffice 9 * new profiles: Gitter, gThumb, mpv, Franz messenger, LibreOffice
10 * new profiles: pix, audacity, strings, xz, xzdec, gzip, cpio, less 10 * new profiles: pix, audacity, strings, xz, xzdec, gzip, cpio, less
11 * new profiles: Atom Beta 11 * new profiles: Atom Beta, Atom
12 -- netblue30 <netblue30@yahoo.com> Tue, 31 May 2016 08:00:00 -0500 12 -- netblue30 <netblue30@yahoo.com> Tue, 31 May 2016 08:00:00 -0500
13 13
14firejail (0.9.40) baseline; urgency=low 14firejail (0.9.40) baseline; urgency=low
diff --git a/etc/atom.profile b/etc/atom.profile
new file mode 100644
index 000000000..f996ea79e
--- /dev/null
+++ b/etc/atom.profile
@@ -0,0 +1,17 @@
1# Firjail profile for Atom.
2noblacklist ~/.atom
3noblacklist ~/.config/Atom
4
5include /etc/firejail/disable-common.inc
6include /etc/firejail/disable-programs.inc
7include /etc/firejail/disable-passwdmgr.inc
8
9caps.drop all
10netfilter
11nonewprivs
12nogroups
13noroot
14seccomp
15shell none
16
17private-dev
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index 20a68146c..3ae366541 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -1,3 +1,5 @@
1# Do not have a new/empty line on the end of this file or dpkg-deb will warn
2# that "conffile '' is not a plain file."
1/etc/firejail/evince.profile 3/etc/firejail/evince.profile
2/etc/firejail/chromium.profile 4/etc/firejail/chromium.profile
3/etc/firejail/chromium-browser.profile 5/etc/firejail/chromium-browser.profile
@@ -127,5 +129,4 @@
127/etc/firejail/less.profile 129/etc/firejail/less.profile
128/etc/firejail/Telegram.profile 130/etc/firejail/Telegram.profile
129/etc/firejail/atom-beta.profile 131/etc/firejail/atom-beta.profile
130 132/etc/firejail/atom.profile
131
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 55b61df7d..55e7e30de 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -127,6 +127,7 @@ xreader
127snap 127snap
128ssh 128ssh
129atom-beta 129atom-beta
130atom
130 131
131# weather/climate 132# weather/climate
132aweather 133aweather