aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* | | disable flatpak directoriesLibravatar netblue302018-06-20
|/ /
* | wireshark.profile: allow lua for scriptingLibravatar Vincent432018-06-19
| |
* | merge from LTS branch: cleanup O_PATH, --private-templateLibravatar startx20172018-06-19
| |
* | Update private-bin for ark.profile, fixes #2001Libravatar Tad2018-06-15
| |
* | Merge pull request #2003 from SkewedZeppelin/revert-private-cacheLibravatar netblue302018-06-15
|\ \ | | | | | | Revert private cache enabled by default
| * | Add private-cache to many profilesLibravatar Tad2018-06-14
| | | | | | | | | | | | grep "cache" -L $(grep "redirect" -iL $(grep "whitelist" -RL))
| * | Revert "mounting a tmpfs on ~/.cache directory (private-cache) by default"Libravatar Tad2018-06-14
|/ / | | | | | | This reverts commit caa7ad8714206a158123773ddcaca6ef219a5501.
* | readme.mdLibravatar netblue302018-06-14
| |
* | Merge pull request #2000 from flacks/profiles/tor-browserLibravatar SkewedZeppelin2018-06-14
|\ \ | | | | | | Create tor-browser-* directories
| * | Create tor-browser-* directoriesLibravatar Jean Lucas2018-06-14
| | |
* | | mergesLibravatar Tad2018-06-14
| | |
* | | Merge pull request #1996 from flacks/profiles/gnome-mpvLibravatar SkewedZeppelin2018-06-14
|\ \ \ | |/ / |/| | Add gnome-mpv profile
| * | Include whitelist-var-common and add nodbusLibravatar Jean Lucas2018-06-14
| | |
| * | Add gnome-mpv profileLibravatar Jean Lucas2018-06-14
| |/
* | mergesLibravatar Tad2018-06-14
| |
* | Merge pull request #1997 from flacks/profiles/riotLibravatar SkewedZeppelin2018-06-14
|\ \ | | | | | | Add riot-desktop redirect profile, create Riot config directory
| * | Add riot-desktop redirect profile, create Riot config directoryLibravatar Jean Lucas2018-06-14
| |/
* | Merge pull request #1999 from flacks/profiles/tor-browser-enLibravatar SkewedZeppelin2018-06-14
|\ \ | |/ |/| Create tor-browser-en directory, add missing bin programs
| * Create tor-browser-en directory, add missing bin programsLibravatar Jean Lucas2018-06-14
|/ | | | tar and xz are needed on first run.
* Add --keep-dev-shm (undocumented for now).Libravatar Chiraag Nataraj2018-06-13
|
* Change --nousb to --nou2f per suggestion on last commit.Libravatar Chiraag Nataraj2018-06-12
|
* Add --nousb optionLibravatar Chiraag Nataraj2018-06-12
|
* Add /dev/hidraw* devices for potential fix for Yubikey devicesLibravatar Chiraag Nataraj2018-06-12
|
* potential fix for Yubikey devicesLibravatar netblue302018-06-12
|
* mounting a tmpfs on ~/.cache directory (private-cache) by defaultLibravatar netblue302018-06-12
|
* Add profiles for Microsoft Office Online apps (from Manjaro devs)Libravatar Fred-Barclay2018-06-11
|
* update man page (private-cache)Libravatar smitsohu2018-06-12
|
* fix indentationLibravatar smitsohu2018-06-12
|
* additional mount hardening (pulseaudio, Xauthority)Libravatar smitsohu2018-06-12
|
* removed CFG_CHROOT_DESKTOP config optionLibravatar netblue302018-06-11
|
* give fontforge access to pythonLibravatar smitsohu2018-06-10
|
* wireless supportLibravatar netblue302018-06-09
|
* glibc missing O_PATH definition on Debian 7Libravatar netblue302018-06-09
|
* support wireless interfaces for --netLibravatar netblue302018-06-09
|
* AppArmor: allow dbus access by defaultLibravatar Vincent432018-06-07
| | | As discussed in https://github.com/netblue30/firejail/issues/1917#issuecomment-386002234 leave blacklisting dbus access to firejail userspace with 'nodbus' option. Fine grained blacklisting of particular dbus services can be added here in the future.
* fnet fix (merge from LTS branch)Libravatar startx20172018-06-05
|
* evaluate UID_MIN/GID_MID at runtime, remove compile time evaluation - fixes ↵Libravatar netblue302018-06-04
| | | | #1964
* add private-cache optionLibravatar smitsohu2018-06-04
| | | | implementation is based on an idea of James Henstridge, Canonical
* Merge pull request #1977 from pizzadude/patch-10Libravatar Fred Barclay2018-06-04
|\ | | | | Fix installing skins on qmmp.profile
| * Fix installing skins on qmmp.profileLibravatar PizzaDude2018-06-03
|/ | | qmmp requires these unzipping programs in order to install skins, so i've added them to private-bin
* add engrampa to firecfg listLibravatar netblue302018-06-03
|
* Merge pull request #1976 from announ/patch-1Libravatar SkewedZeppelin2018-06-01
|\ | | | | Fix DjVu opening in Evince
| * Fix DjVu opening in EvinceLibravatar announ2018-06-01
|/
* Add a profile alias for firefox-waylandLibravatar Tad2018-05-29
| | | | | | | firefox-wayland is a new wrapper script included with Firefox on Fedora 28 it has firefox hardcoded as /usr/bin/firefox + some minor fixes in other profiles
* AppArmor: fix firefox sandboxLibravatar Vincent432018-05-29
| | | See https://github.com/netblue30/firejail/issues/1965
* one more bookmarks leakLibravatar smitsohu2018-05-27
|
* tests: there are two files (including postexec)Libravatar Reiner Herrmann2018-05-25
|
* tests: notify about end of testLibravatar Reiner Herrmann2018-05-25
|
* tests: check if internet connection available before testing ping with firejailLibravatar Reiner Herrmann2018-05-25
|
* Fix travisLibravatar Vincent432018-05-25
| | | | | | | | | | ( cd firejail; ./configure --prefix=/usr && make deb && sudo dpkg -i firejail*.deb ) /home/travis/.travis/job_stages: line 57: cd: firejail: No such file or directory ( cd firejail ; ./configure --prefix=/usr && make && sudo make install && make test-travis ) /home/travis/.travis/job_stages: line 57: cd: firejail: No such file or directory ( cd firejail ; sudo make install-strip DESTDIR=$(readlink -f appdir) ) /home/travis/.travis/job_stages: line 57: cd: firejail: No such file or directory