aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/env.c
Commit message (Collapse)AuthorAge
* improve sandboxing of KDE apps: set KDE_FORK_SLAVES, blacklist slave-socketsLibravatar smitsohu2018-12-07
| | | | | | | | | | setting the KDE_FORK_SLAVES environment variable removes all inconsistencies that arise from slaves running outside the sandbox or in a different sandbox; it also makes it slightly more difficult to abuse KIO in general and helps to mitigate security problems due to thumbnailing, which now always happens inside the same sandbox. The trade-off is more concurrently running slave processes. closes #2285
* mergesLibravatar netblue302018-04-23
|
* priv tweaksLibravatar smitsohu2018-04-22
|
* still fixing PROMPT_COMMANDLibravatar netblue302018-03-14
|
* fix PROMPT_COMMAND for bash - this was the problem on CentOS that we needed ↵Libravatar netblue302018-03-13
| | | | to unblacklist /etc/profile.d; I'll do some cleanup in the next commit
* remove QTWEBENGINE_DISABLE_SANDBOX=1 from defaultsLibravatar netblue302018-01-19
|
* Qt fixes: QML_DISABLE_DISK_CACHE=1, QTWEBENGINE_DISABLE_SANDBOX=1Libravatar netblue302018-01-18
|
* move copyright statement to 2018Libravatar startx20172018-01-14
|
* Remove trailing whitespace from src/Libravatar Fred Barclay2017-05-24
|
* copyright 2017Libravatar netblue302017-02-11
|
* config support for firejail prompt in terminalsLibravatar netblue302016-12-11
|
* bug: configuration file should be owned by root, issue 786Libravatar netblue302016-09-17
|
* Don't set window title in quiet modeLibravatar Reiner Herrmann2016-09-02
| | | | Tools using the quiet mode don't expect anything foreign on stdout.
* shell fixesLibravatar netblue302016-08-26
|
* Firejail prompt is enabled by env variable FIREJAIL_PROMPT=yesLibravatar netblue302016-08-23
|
* removed prompt, ssh fixesLibravatar netblue302016-08-15
|
* Merge pull request #709 from manevich/shellLibravatar netblue302016-08-14
|\ | | | | Gather shell selection code in one place
| * shell selectionLibravatar Aleksey Manevich2016-08-13
| |
* | various fixesLibravatar netblue302016-08-13
|/
* added quiet-by-default config option in /etc/firejail/firejail.configLibravatar netblue302016-08-11
|
* remove unnecessary asprintfLibravatar Aleksey Manevich2016-08-07
|
* added --rmenvLibravatar netblue302016-07-09
|
* testingLibravatar netblue302016-02-20
|
* euid switchingLibravatar netblue302016-02-19
|
* set window titleLibravatar netblue302016-02-08
|
* set terminal window titleLibravatar netblue302016-01-23
|
* copyright 2016Libravatar netblue302016-01-13
|
* coverityLibravatar netblue302015-11-06
|
* IBus supportLibravatar netblue302015-11-04
|
* coverity scanLibravatar netblue302015-09-11
|
* added --env optionLibravatar netblue302015-08-24