aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Merge pull request #3093 from smitsohu/joinLibravatar smitsohu2019-12-25
|\ | | | | add join timeout and make it configurable
| * let is_ready_for_join() return a booleanLibravatar smitsohu2019-12-23
| |
| * simplify join timeoutLibravatar smitsohu2019-12-23
| |
| * cleanupLibravatar smitsohu2019-12-23
| |
| * make join timeout configurable in firejail.configLibravatar smitsohu2019-12-23
| |
| * let join wait if target sandbox is not ready yetLibravatar smitsohu2019-12-23
| | | | | | | | fixes #2139
| * move invalid_sandbox function to join moduleLibravatar smitsohu2019-12-22
| |
* | Fix private-lib in gconf.profileLibravatar glitsj162019-12-25
| |
* | Update description in p7zip.profileLibravatar glitsj162019-12-24
| |
* | Add decription in 7zr.profileLibravatar glitsj162019-12-24
| |
* | Add description in 7za.profileLibravatar glitsj162019-12-24
| |
* | Add description in 7z.profileLibravatar glitsj162019-12-24
| |
* | Add ephemeral profile (#3094)Libravatar glitsj162019-12-23
| | | | | | | | | | | | | | | | * Create ephemeral.profile * Add ephemeral.profile * Add ephemeral.profile
* | Fix comments in thunderbird.profileLibravatar glitsj162019-12-21
| |
* | Add gfeeds.profileLibravatar rusty-snake2019-12-20
| |
* | add publicsuffix to wuscLibravatar rusty-snake2019-12-20
| |
* | Fix Brave's native sandbox (#3087)Libravatar glitsj162019-12-19
| | | | | | | | | | | | | | | | | | | | * Allow user access to /proc/config.gz * Fix Brave's native sandbox * Move /proc/config.gz to disable-common.inc * Move /proc/config.gz to disable-common.inc
* | Fix private-etc ordering in seahorse-toolLibravatar glitsj162019-12-19
| |
* | Create gtk-update-icon-cache.profileLibravatar rusty-snake2019-12-19
| |
* | fix seahorse-toolLibravatar rusty-snake2019-12-19
| |
* | Update baobab.profileLibravatar rusty-snake2019-12-19
| |
* | Update disable-programs.incLibravatar glitsj162019-12-19
| |
* | Update brave.profileLibravatar glitsj162019-12-19
| |
* | Add brave redirect profiles (#3088)Libravatar glitsj162019-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add more brave redirects to firecfg.config These redirects are found on Debian/Ubuntu when enabling the official Brave repositories cfr. https://brave-browser.readthedocs.io/en/latest/installing-brave.html#linux * Create brave-browser-beta.profile * Create brave-browser-dev.profile * Create brave-browser-nightly.profile * Create brave-browser-stable.profile
* | Fix description ordering in brave.profileLibravatar glitsj162019-12-16
| |
* | Add gzip redirect profiles (#3083)Libravatar glitsj162019-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create gzexe.profile * Create uncompress.profile * Create zcat.profile * Create zcmp.profile * Create zdiff.profile * Create zegrep.profile * Create zfgrep.profile * Create zforce.profile * Create zgrep.profile * Create zless.profile * Create zmore.profile * Create znew.profile
* | Fix ordering of 'RESTRICTED SHELL'Libravatar glitsj162019-12-15
| |
* | postmortem: playing aroundLibravatar netblue302019-12-15
| |
* | small fixLibravatar netblue302019-12-15
| |
* | spellingLibravatar netblue302019-12-14
| |
* | new release branchLibravatar netblue302019-12-14
| |
* | Fix --appimage on linux 5.4.x kernelLibravatar glitsj162019-12-14
| | | | | | Fixes #3068.
* | wine: enable allow-debuggers by default - #446Libravatar smitsohu2019-12-11
| |
* | little thingsLibravatar smitsohu2019-12-11
| |
* | gpg additions (#3077)Libravatar glitsj162019-12-10
| | | | | | | | | | | | | | | | * Add 'quiet' to gpg.profile * Add 'quiet' to gpg-agent.profile * Create gpg2.profile
* | tentative fix for #3075Libravatar netblue302019-12-08
| |
* | Fix DeVeDe-NG exportLibravatar rusty-snake2019-12-06
| | | | | | | | It is better to comment wusc in ffmpeg?
* | fix braseroLibravatar rusty-snake2019-12-06
| |
* | mainline moving to 0.9.63 for new development; release 0.9.62 is handled on ↵Libravatar netblue302019-12-06
| | | | | | | | release-0.9.62 branch
* | mergesLibravatar smitsohu2019-12-03
| |
* | Merge pull request #3065 from the-antz/profile-thunderbird-waylandLibravatar smitsohu2019-12-03
|\ \ | | | | | | Minor profile tweaks.
| * | Minor profile tweaks.Libravatar Antz2019-11-26
| | | | | | | | | | | | thunderbird-wayland profile did not include thunderbird-wayland.local
* | | cleanupLibravatar smitsohu2019-12-03
| | |
* | | fix stack alignmentLibravatar smitsohu2019-11-30
| | | | | | | | | | | | apparently on x86 and on other platforms like aarch64 a 16 byte aligned stack is expected todo: replace this with a generic check
* | | libreoffice aliasenLibravatar rusty-snake2019-11-28
| | |
* | | add private-tmp debug messageLibravatar smitsohu2019-11-28
| | |
* | | mask more private options runtime directories, just to be sureLibravatar smitsohu2019-11-28
| | |
* | | fix interaction between private options and allusers optionLibravatar smitsohu2019-11-28
| | |
* | | Fix profile: ffmpeg (#3064)Libravatar the-antz2019-11-27
|/ / | | | | Fix broken libx265 encoding (needs the set_mempolicy syscall).
* | blacklist /tmp/.X11-unix in gist.profileLibravatar glitsj162019-11-25
| | | | | | Thanks to @rusty-snake for requesting this in https://github.com/netblue30/firejail/pull/3061.