aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLibravatar a1346054 <36859588+a1346054@users.noreply.github.com>2021-08-31 12:21:43 +0000
committerLibravatar a1346054 <36859588+a1346054@users.noreply.github.com>2021-09-25 19:09:14 +0000
commit6eafbfdfcc261b8d89ed22358ed9f351d4bf5bf2 (patch)
treec533c541f1a6b48967e193060041705a616bba73 /README
parentprivate-lib fixup (diff)
downloadfirejail-6eafbfdfcc261b8d89ed22358ed9f351d4bf5bf2.tar.gz
firejail-6eafbfdfcc261b8d89ed22358ed9f351d4bf5bf2.tar.zst
firejail-6eafbfdfcc261b8d89ed22358ed9f351d4bf5bf2.zip
trim excess whitespace
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 11 insertions, 11 deletions
diff --git a/README b/README
index e205031bd..3f8eb6136 100644
--- a/README
+++ b/README
@@ -1,13 +1,13 @@
1Firejail is a SUID sandbox program that reduces the risk of security 1Firejail is a SUID sandbox program that reduces the risk of security
2breaches by restricting the running environment of untrusted applications 2breaches by restricting the running environment of untrusted applications
3using Linux namespaces and seccomp-bpf. It includes sandbox profiles for 3using Linux namespaces and seccomp-bpf. It includes sandbox profiles for
4Iceweasel/Mozilla Firefox, Chromium, Midori, Opera, Evince, Transmission, 4Iceweasel/Mozilla Firefox, Chromium, Midori, Opera, Evince, Transmission,
5VLC, Audacious, Clementine, Rhythmbox, Totem, Deluge, qBittorrent. 5VLC, Audacious, Clementine, Rhythmbox, Totem, Deluge, qBittorrent.
6DeaDBeeF, Dropbox, Empathy, FileZilla, IceCat, Thunderbird/Icedove, 6DeaDBeeF, Dropbox, Empathy, FileZilla, IceCat, Thunderbird/Icedove,
7Pidgin, Quassel, and XChat. 7Pidgin, Quassel, and XChat.
8 8
9Firejail also expands the restricted shell facility found in bash by adding 9Firejail also expands the restricted shell facility found in bash by adding
10Linux namespace support. It supports sandboxing specific users upon login. 10Linux namespace support. It supports sandboxing specific users upon login.
11 11
12Download: https://sourceforge.net/projects/firejail/files/ 12Download: https://sourceforge.net/projects/firejail/files/
13Build and install: ./configure && make && sudo make install 13Build and install: ./configure && make && sudo make install
@@ -460,7 +460,7 @@ hawkey116477 (https://github.com/hawkeye116477)
460Helmut Grohne (https://github.com/helmutg) 460Helmut Grohne (https://github.com/helmutg)
461 - compiler support in the build system - Debian bug #869707 461 - compiler support in the build system - Debian bug #869707
462hhzek0014 (https://github.com/hhzek0014) 462hhzek0014 (https://github.com/hhzek0014)
463 - updated bibletime.profile 463 - updated bibletime.profile
464hlein (https://github.com/hlein) 464hlein (https://github.com/hlein)
465 - strip out \r's from jail prober 465 - strip out \r's from jail prober
466Holger Heinz (https://github.com/hheinz) 466Holger Heinz (https://github.com/hheinz)
@@ -579,7 +579,7 @@ Kishore96in (https://github.com/Kishore96in)
579 - added falkon profile 579 - added falkon profile
580 - kxmlgui fixes 580 - kxmlgui fixes
581 - okular profile fixes 581 - okular profile fixes
582 - jitsi-meet-desktop profile 582 - jitsi-meet-desktop profile
583 - konversatin profile fix 583 - konversatin profile fix
584 - added Neochat profile 584 - added Neochat profile
585 - added whitelist-1793-workaround.inc 585 - added whitelist-1793-workaround.inc
@@ -715,7 +715,7 @@ Ondra Nekola (https://github.com/satai)
715OndrejMalek (https://github.com/OndrejMalek) 715OndrejMalek (https://github.com/OndrejMalek)
716 - various manpage fixes 716 - various manpage fixes
717Ondřej Nový (https://github.com/onovy) 717Ondřej Nový (https://github.com/onovy)
718 - allow video for Signal profile 718 - allow video for Signal profile
719 - added Mattermost desktop profile 719 - added Mattermost desktop profile
720 - hardened Zoom profile 720 - hardened Zoom profile
721 - hardened Signal desktop profile 721 - hardened Signal desktop profile
@@ -732,7 +732,7 @@ Patrick Toomey (https://sourceforge.net/u/ptoomey/profile/)
732Paul Moore <pmoore@redhat.com> 732Paul Moore <pmoore@redhat.com>
733 -src/fsec-print/print.c extracted from libseccomp software package 733 -src/fsec-print/print.c extracted from libseccomp software package
734Paupiah Yash (https://github.com/CaffeinatedStud) 734Paupiah Yash (https://github.com/CaffeinatedStud)
735 - gzip profile 735 - gzip profile
736Pawel (https://github.com/grimskies) 736Pawel (https://github.com/grimskies)
737 - make --join return exit code of the invoked program 737 - make --join return exit code of the invoked program
738Peter Millerchip (https://github.com/pmillerchip) 738Peter Millerchip (https://github.com/pmillerchip)
@@ -960,7 +960,7 @@ SYN-cook (https://github.com/SYN-cook)
960 - gnome-calculator changes 960 - gnome-calculator changes
961startx2017 (https://github.com/startx2017) 961startx2017 (https://github.com/startx2017)
962 - syscall list update 962 - syscall list update
963 - updated default seccomp filters - added bpf, clock_settime, personality, process_vm_writev, query_module, 963 - updated default seccomp filters - added bpf, clock_settime, personality, process_vm_writev, query_module,
964 settimeofday, stime, umount, userfaultfd, ustat, vm86, and vm86old 964 settimeofday, stime, umount, userfaultfd, ustat, vm86, and vm86old
965 - enable/disable join support in /etc/firejail/firejail.config 965 - enable/disable join support in /etc/firejail/firejail.config
966 - firecfg fix: create ~/.local/share/applications directory if it doesn't exist 966 - firecfg fix: create ~/.local/share/applications directory if it doesn't exist
@@ -1011,7 +1011,7 @@ Topi Miettinen (https://github.com/topimiettinen)
1011 - improve loading of seccomp filter and memory-deny-write-execute feature 1011 - improve loading of seccomp filter and memory-deny-write-execute feature
1012 - private-lib feature 1012 - private-lib feature
1013 - make --nodbus block also system D-Bus socket 1013 - make --nodbus block also system D-Bus socket
1014Ted Robertson (https://github.com/tredondo) 1014Ted Robertson (https://github.com/tredondo)
1015 - webstorm profile fixes 1015 - webstorm profile fixes
1016 - added bcompare profile 1016 - added bcompare profile
1017 - various documentation fixes 1017 - various documentation fixes
@@ -1071,7 +1071,7 @@ vismir2 (https://github.com/vismir2)
1071 - feh, ranger, 7z, keepass, keepassx and zathura profiles 1071 - feh, ranger, 7z, keepass, keepassx and zathura profiles
1072 - claws-mail, mutt, git, emacs, vim profiles 1072 - claws-mail, mutt, git, emacs, vim profiles
1073 - lots of profile fixes 1073 - lots of profile fixes
1074 - support for truecrypt and zuluCrypt 1074 - support for truecrypt and zuluCrypt
1075viq (https://github.com/viq) 1075viq (https://github.com/viq)
1076 - discord-canary profile 1076 - discord-canary profile
1077Vladimir Gorelov (https://github.com/larkvirtual) 1077Vladimir Gorelov (https://github.com/larkvirtual)